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