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