Method | Description | |
---|---|---|
Handle ( |
||
Handle ( object caller, |
||
Handle ( object caller, string exception, ErrorLevel errorLevel ) : void | ||
Handle ( string exception, ErrorLevel errorLevel ) : void | ||
ShowStackTraceViewer ( ) : void | ||
YesNoRequest ( string message, string caption ) : bool |
Method | Description | |
---|---|---|
SdeErrorHandler ( ) : System | ||
_checkMainWindow ( ) : void | ||
_exceptionAlreadyShown ( string exception ) : bool | ||
_getHeader ( ErrorLevel level ) : string | ||
_reportAnyManagedExceptions ( string message, |
||
_showBasicError ( string message, string caption ) : void |
public Handle ( |
||
exception | ||
errorLevel | ErrorLevel | |
return | void |
public Handle ( object caller, |
||
caller | object | |
exception | ||
errorLevel | ErrorLevel | |
return | void |
public Handle ( object caller, string exception, ErrorLevel errorLevel ) : void | ||
caller | object | |
exception | string | |
errorLevel | ErrorLevel | |
return | void |
public Handle ( string exception, ErrorLevel errorLevel ) : void | ||
exception | string | |
errorLevel | ErrorLevel | |
return | void |
public static ShowStackTraceViewer ( ) : void | ||
return | void |
public YesNoRequest ( string message, string caption ) : bool | ||
message | string | |
caption | string | |
return | bool |