Get or set the type string for the exception

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

Syntax

C#
public string Type { get; set; }
Visual Basic
Public Property Type As String
	Get
	Set
Visual C++
public:
property String^ Type {
	String^ get ();
	void set (String^ value);
}
F#
member Type : string with get, set

Property Value

Type: String

See Also