SubscriptionErrorEventArgs.Exception 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.
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.