Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public class Gregor.Core.CExceptionEventArgs : System.EventArgs Custom Attributes: Description:
public CExceptionEventArgs(System.Exception ex, System.Boolean fDidStop, System.String sCatcherMessage) Custom Attributes: Description:
public CExceptionEventArgs(System.Exception ex, System.Boolean fDidStop) Custom Attributes: Description:
public CExceptionEventArgs(System.Exception ex) Custom Attributes: Description:
private System.String m_CatcherMessage Custom Attributes: Description:
private System.DateTime m_CatchTime Custom Attributes: Description:
private System.Boolean m_DidStop Custom Attributes: Description:
private System.Exception m_Exception Custom Attributes: Description:
private System.String m_UpperStackTrace Custom Attributes: Description:
public System.String CatcherMessage {get;}
Custom Attributes:
Description:
public System.DateTime CatchTime {get;}
Custom Attributes:
Description:
public System.Boolean DidStop {get;}
Custom Attributes:
Description:
public System.Exception Exception {get;}
Custom Attributes:
Description:
public System.Int32 NestingDepth {get;}
Custom Attributes:
Description:
public System.String UpperStackTrace {get;}
Custom Attributes:
Description:
private void AppendProperties(System.Text.StringBuilder sb, System.Exception ex) Custom Attributes: Description:
private void FillInUpperStackTrace() Custom Attributes: Description:
public System.String GetDetails() Custom Attributes: Description:
public System.String GetMessages() Custom Attributes: Description:
private void Init(System.Exception ex, System.Boolean fDidStop, System.String sCatcherMessage) Custom Attributes: Description:
private void TryAppend(System.Text.StringBuilder sb, System.String sWhat, System.String sSep, System.Boolean fPad, System.String s) Custom Attributes: Description:
private System.String TryReplaceNewLine(System.String s) Custom Attributes: Description: