Method | Description | |
---|---|---|
IsFatal ( |
This method traverses a given exception tree and returns true if it contains any of the fatal runtime exceptions.
|
|
LogMetadataServiceException ( |
|
|
LogMetadataServicePlumbingException ( |
|
|
ShutDownTraceSourceGracefully ( ) : void | ||
ThrowInvalidOperationExceptionFromService ( string message ) : |
|
Method | Description | |
---|---|---|
CreateOrGetTraceSource ( ) : |
|
|
LogExceptionCore ( |
Formats and logs the details of a given Exception. In addition to the exception details, this method also logs the current process name, process id, managed thread id of the thread that exception was throw in and the name of the identity of the current principal.
|
public static IsFatal ( |
||
exception | /// Root exception of the exception tree. /// | |
return | bool |
public static LogMetadataServiceException ( |
||
exception | ||
return | void |
public static LogMetadataServicePlumbingException ( |
||
exception | ||
return | void |
public static ShutDownTraceSourceGracefully ( ) : void | ||
return | void |
public static ThrowInvalidOperationExceptionFromService ( string message ) : |
||
message | string | |
return |