Property | Type | Description | |
---|---|---|---|
ExceptionScanner | ExceptionConstructor |
Method | Description | |
---|---|---|
BuildException ( string theMessage ) : |
Builds an exception with the given message. Automatically detect the exception type to use depending on the used check framework.
|
|
DumpInnerExceptionStackTrace ( |
Return a string containing the complete stack trace of the InnerExceptions for the given Exception.
|
Method | Description | |
---|---|---|
ExceptionScanner ( string assemblyMarker, string nameSpace, string assertionExceptionName, string ignoreExceptionName, string inconclusiveExceptionName ) : ExceptionConstructor |
public static BuildException ( string theMessage ) : |
||
theMessage | string | The message to build the exception with. |
return |
public static DumpInnerExceptionStackTrace ( |
||
exception | The exception. | |
return | string |