Property | Type | Description | |
---|---|---|---|
GetUniqueOutputPath | string>.Func |
Method | Description | |
---|---|---|
Create ( |
Creates a UI wrapper the specified exception (recursively).
|
|
CreateStringValue ( |
Creates the string value (recursively).
|
|
CreateViewModel ( |
Creates the exception view model.
|
public static Create ( |
||
exception | The exception. | |
isCritical | bool | Will append the critical error text to the message if true |
return |
public static CreateStringValue ( |
||
exception | The exception. | |
builder | StringBuilder | The builder to use - null if not recursive. |
critical | bool | |
return | StringBuilder |
public static CreateViewModel ( |
||
e | The exception for this viewmodel. | |
environmentModel | IEnvironmentModel | The environment model. |
isCritical | ErrorSeverity | The severity of the error. |
return | IExceptionViewModel |