C-DEngine 5.105

ErrorEventArgs..::..Exception Property

Gets the exception that caused the error.

Namespace:  WebSocketSharp
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Exception Exception { get; }
Public ReadOnly Property Exception As Exception
	Get
public:
property Exception^ Exception {
	Exception^ get ();
}

Field Value

An Exception instance that represents the cause of the error, or nullNothingnullptra null reference (Nothing in Visual Basic) if the error isn't due to an exception.