[Gregor.Core.CExceptionEventArgs]

Gregor.Core.CExceptionEventArgs

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.CExceptionEventArgs

: System.EventArgs

Custom Attributes: 

Description: 


Members

CExceptionEventArgs

public CExceptionEventArgs(System.Exception ex, System.Boolean fDidStop, System.String sCatcherMessage)

Custom Attributes: 

Description: 

CExceptionEventArgs

public CExceptionEventArgs(System.Exception ex, System.Boolean fDidStop)

Custom Attributes: 

Description: 

CExceptionEventArgs

public CExceptionEventArgs(System.Exception ex)

Custom Attributes: 

Description: 

m_CatcherMessage

private System.String m_CatcherMessage

Custom Attributes: 

Description: 

m_CatchTime

private System.DateTime m_CatchTime

Custom Attributes: 

Description: 

m_DidStop

private System.Boolean m_DidStop

Custom Attributes: 

Description: 

m_Exception

private System.Exception m_Exception

Custom Attributes: 

Description: 

m_UpperStackTrace

private System.String m_UpperStackTrace

Custom Attributes: 

Description: 

CatcherMessage

public System.String CatcherMessage {get;}

Custom Attributes: 

Description: 

CatchTime

public System.DateTime CatchTime {get;}

Custom Attributes: 

Description: 

DidStop

public System.Boolean DidStop {get;}

Custom Attributes: 

Description: 

Exception

public System.Exception Exception {get;}

Custom Attributes: 

Description: 

NestingDepth

public System.Int32 NestingDepth {get;}

Custom Attributes: 

Description: 

UpperStackTrace

public System.String UpperStackTrace {get;}

Custom Attributes: 

Description: 

AppendProperties

private void AppendProperties(System.Text.StringBuilder sb, System.Exception ex)

Custom Attributes: 

Description: 

FillInUpperStackTrace

private void FillInUpperStackTrace()

Custom Attributes: 

Description: 

GetDetails

public System.String GetDetails()

Custom Attributes: 

Description: 

GetMessages

public System.String GetMessages()

Custom Attributes: 

Description: 

Init

private void Init(System.Exception ex, System.Boolean fDidStop, System.String sCatcherMessage)

Custom Attributes: 

Description: 

TryAppend

private void TryAppend(System.Text.StringBuilder sb, System.String sWhat, System.String sSep, System.Boolean fPad, System.String s)

Custom Attributes: 

Description: 

TryReplaceNewLine

private System.String TryReplaceNewLine(System.String s)

Custom Attributes: 

Description: 


See Also

System.EventArgs

System.Exception

System.String

System.Text.StringBuilder

System.Boolean

System.DateTime

System.Int32

System.Void