ErrorResponseBodyException Constructors
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.
Overloads
ErrorResponseBodyException() |
Initializes a new instance of the ErrorResponseBodyException class. |
ErrorResponseBodyException(String) |
Initializes a new instance of the ErrorResponseBodyException class. |
ErrorResponseBodyException(String, Exception) |
Initializes a new instance of the ErrorResponseBodyException class. |
ErrorResponseBodyException()
Initializes a new instance of the ErrorResponseBodyException class.
public ErrorResponseBodyException ();
Public Sub New ()
Applies to
ErrorResponseBodyException(String)
Initializes a new instance of the ErrorResponseBodyException class.
public ErrorResponseBodyException (string message);
new Microsoft.Azure.Management.Subscription.Models.ErrorResponseBodyException : string -> Microsoft.Azure.Management.Subscription.Models.ErrorResponseBodyException
Public Sub New (message As String)
Parameters
- message
- String
The exception message.
Applies to
ErrorResponseBodyException(String, Exception)
Initializes a new instance of the ErrorResponseBodyException class.
public ErrorResponseBodyException (string message, Exception innerException);
new Microsoft.Azure.Management.Subscription.Models.ErrorResponseBodyException : string * Exception -> Microsoft.Azure.Management.Subscription.Models.ErrorResponseBodyException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
The exception message.
- innerException
- Exception
Inner exception.
Applies to
Azure SDK for .NET