Get or set the ExceptionDetailObject that represents the inner exception.

Namespace: BrightstarDB.Dto
Assembly: 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

Property Value

Type: ExceptionDetailObject

See Also