Exception information

Namespace: BrightstarDB.Client
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
ExceptionDetailObject ExceptionInfo { get; }
Visual Basic
ReadOnly Property ExceptionInfo As ExceptionDetailObject
	Get
Visual C++
property ExceptionDetailObject^ ExceptionInfo {
	ExceptionDetailObject^ get ();
}
F#
abstract ExceptionInfo : ExceptionDetailObject with get

Property Value

Type: ExceptionDetailObject

See Also