Exception information of the error

Namespace:  MicroMighty.SDK.Web.Tools
Assembly:  MicroMighty.SDK.Web (in MicroMighty.SDK.Web.dll)

Syntax

Visual Basic (Declaration)
Public Property ExceptionData As String
C#
public string ExceptionData { get; set; }
Visual C++
public:
property String^ ExceptionData {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_exceptionData();
function set_exceptionData(value);

See Also