DotMSN

UnauthorizedException Class

Indicates an authentication error with the Nexus service.

For a list of all members of this type, see UnauthorizedException Members.

System.Object
   System.Exception
      System.ApplicationException
         XihSolutions.DotMSN.DotMSNException
            XihSolutions.DotMSN.UnauthorizedException

[Visual Basic]
Public Class UnauthorizedException
    Inherits DotMSNException
[C#]
public class UnauthorizedException : DotMSNException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This exception is thrown when the Nexus service gives back a 401 Unauthorized header. This occurs most likely due to an invalid account or password.

Requirements

Namespace: XihSolutions.DotMSN

Assembly: XihSolutions.DotMSN (in XihSolutions.DotMSN.dll)

See Also

UnauthorizedException Members | XihSolutions.DotMSN Namespace