InvalidRequestException 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 invalid request occurs.
[System.Serializable]
public class InvalidRequestException : Exception
[<System.Serializable>]
type InvalidRequestException = class
inherit Exception
Public Class InvalidRequestException
Inherits Exception
- Inheritance
-
InvalidRequestException
- Attributes
Constructors
InvalidRequestException() |
Initializes a new instance of the InvalidRequestException class. |
InvalidRequestException(SerializationInfo, StreamingContext) |
Initializes a new instance of the InvalidRequestException class using the specified information and context. |
InvalidRequestException(String, Exception) |
Initializes a new instance of the InvalidRequestException class using the specified message and inner exception. |
InvalidRequestException(String) |
Initializes a new instance of the InvalidRequestException class using the specified message. |
Applies to
Azure SDK for .NET