Class UnauthorizedException
- Namespace
- DisCatSharp.Exceptions
- Assembly
- DisCatSharp.dll
Represents an exception thrown when requester doesn't have necessary permissions to complete the request.
public class UnauthorizedException : DisCatSharpException, ISerializable
- Inheritance
-
UnauthorizedException
- Implements
- Inherited Members
Properties
- JsonMessage
Gets the JSON received.
- WebRequest
Gets the request that caused the exception.
- WebResponse
Gets the response to the request.