CloudException Constructor (String, Exception)
Initializes a new instance of the CloudException class.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public CloudException(
string message,
Exception innerException
)
public:
CloudException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> CloudException
Public Sub New (
message As String,
innerException As Exception
)
Parameters
message
Type: System.StringThe exception message.
innerException
Type: System.ExceptionThe inner exception.
See Also
CloudException Overload
CloudException Class
Microsoft.WindowsAzure Namespace
Return to top