DotMSN

NSMessageHandler.OnAuthenticationErrorOccurred Method 

Fires the AuthenticationError event.

[Visual Basic]
Overridable Protected Sub OnAuthenticationErrorOccurred( _
   ByVal e As UnauthorizedException _
)
[C#]
protected virtual void OnAuthenticationErrorOccurred(
   UnauthorizedException e
);

Parameters

e
The exception which was thrown

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace