Exception caused connect failure or null if none

Namespace: BasicCard.Framework
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public Exception Exception { get; }
Visual Basic
Public ReadOnly Property Exception As Exception
	Get
Visual C++
public:
property Exception^ Exception {
	Exception^ get ();
}
F#
member Exception : Exception with get

Property Value

Type: Exception

See Also