Get or set the ExceptionDetailObject that represents the inner exception.
Namespace: BrightstarDB.DtoAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public ExceptionDetailObject InnerException { get; set; } |
| Visual Basic |
|---|
Public Property InnerException As ExceptionDetailObject Get Set |
| Visual C++ |
|---|
public: property ExceptionDetailObject^ InnerException { ExceptionDetailObject^ get (); void set (ExceptionDetailObject^ value); } |
| F# |
|---|
member InnerException : ExceptionDetailObject with get, set |