Метод | Описание | |
---|---|---|
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 ) : |
|
Метод | Описание | |
---|---|---|
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. /// | |
Результат | bool |
public static LogMetadataServiceException ( |
||
exception | ||
Результат | void |
public static LogMetadataServicePlumbingException ( |
||
exception | ||
Результат | void |
public static ShutDownTraceSourceGracefully ( ) : void | ||
Результат | void |
public static ThrowInvalidOperationExceptionFromService ( string message ) : |
||
message | string | |
Результат |