Class ExtensionException.ExceptionModel
Inheritance
System.Object
ExtensionException.ExceptionModel
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class ExceptionModel : Object
Constructors
ExceptionModel()
Declaration
Properties
ErrorId
Declaration
public string ErrorId { get; set; }
Property Value
Type |
Description |
System.String |
|
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
InternalStackTrace
Declaration
public string InternalStackTrace { get; set; }
Property Value
Type |
Description |
System.String |
|
RemoteStackTrace
Declaration
public List<string> RemoteStackTrace { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|