Edit

Share via


SubscriptionErrorEventArgs.Exception Property

Definition

Gets the exception that represents the error. If Exception is a null reference (Nothing in Visual Basic), the connection was cleanly closed by the server.

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

Property Value

A System.Exception object.

Applies to