Click or drag to resize

ErrorEventArgsException Property

Gets the exception that caused the error.

Namespace:  Sfs2X.WebSocketSharp
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public Exception Exception { get; }

Property Value

Type: Exception
An Exception instance that represents the cause of the error if it is due to an exception; otherwise, .
See Also