Share via


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

See Also

CloudException Overload
CloudException Class
Microsoft.WindowsAzure Namespace

Return to top