ServerConnectStatusEventArgs.exEvent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exception that goes with the error message
public:
property Exception ^ exEvent { Exception ^ get(); };
public Exception exEvent { get; }
member this.exEvent : Exception
Public ReadOnly Property exEvent As Exception