Exception information
Namespace: BrightstarDB.DtoAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
C# |
---|
public ExceptionDetailObject ExceptionInfo { get; set; } |
Visual Basic |
---|
Public Property ExceptionInfo As ExceptionDetailObject
Get
Set |
Visual C++ |
---|
public:
virtual property ExceptionDetailObject^ ExceptionInfo {
ExceptionDetailObject^ get () sealed;
void set (ExceptionDetailObject^ value) sealed;
} |
F# |
---|
abstract ExceptionInfo : ExceptionDetailObject with get, set
override ExceptionInfo : ExceptionDetailObject with get, set |
Property Value
Type:
ExceptionDetailObjectImplements
IJobInfo..::..ExceptionInfo
See Also