프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AppendErrorCode | void | ||
AppendExceptionMessage | void | ||
AppendMethodInfo | string | ||
AppendPreprocessedMessage | void | ||
AppendStackTrace | void | ||
AssertNotDisposed | void | ||
GetParameterStrings | string[] | ||
RemoveTextWithinStopChars | string |
메소드 | 설명 | |
---|---|---|
AddException ( |
Add one exception to the builder and traverse all its inner exceptions
|
|
AddException ( |
Add one exception to the builder optionally traversing all of its inner exceptions
|
|
Clear ( ) : void |
Removes all signature data from the builder
|
|
Dispose ( ) : void | ||
ExceptionSignatureBuilder ( ) : System |
Initializes a new instance of the ExceptionSignatureBuilder class.
|
|
GetSignatureBytes ( ) : byte[] |
Returns the signature hash (128bit md5)
|
|
ToSignatureHashDigest ( ) : string |
Returns a 32 characters long hex digest of the signature bytes
|
|
ToSignatureString ( ) : string |
Computes a 8-character long exception signature taken from the beginning of the exception signature hash digest (ToSignatureHashDigest)
|
|
ToString ( ) : string |
Computes a 8-character long exception signature taken from the beginning of the exception signature hash digest (ToSignatureHashDigest)
|
메소드 | 설명 | |
---|---|---|
AppendErrorCode ( int errorCode ) : void | ||
AppendExceptionMessage ( |
||
AppendMethodInfo ( |
||
AppendPreprocessedMessage ( StringBuilder sb, string message ) : void | ||
AppendStackTrace ( |
||
AssertNotDisposed ( ) : void | ||
GetParameterStrings ( |
||
RemoveTextWithinStopChars ( string value ) : string |
public AddException ( |
||
exception | The exception to add | |
리턴 | void |
public AddException ( |
||
exception | The exception to add | |
traverseInnerException | bool | Whether or not to include all inner exceptions in the signature |
리턴 | void |