UnauthorizedException Class
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.
The exception that is thrown when an authorized connection to the server is attempted and is rejected by the server.
public ref class UnauthorizedException sealed : ApplicationException
public sealed class UnauthorizedException : ApplicationException
Public NotInheritable Class UnauthorizedException
Inherits ApplicationException
- Inheritance
-
UnauthorizedException
Constructors
UnauthorizedException() | |
UnauthorizedException(Exception) | |
UnauthorizedException(SerializationInfo, StreamingContext) |