Свойство | Тип | Описание | |
---|---|---|---|
ExceptionScanner | ExceptionConstructor |
Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
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. |
Результат |
public static DumpInnerExceptionStackTrace ( |
||
exception | The exception. | |
Результат | string |