WebSiteCloudException Constructor (String^, Exception^)

 

Initializes a new instance of the WebSiteCloudException class.

Namespace:   Microsoft.WindowsAzure.Management.WebSites
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

public:
WebSiteCloudException(
	String^ message,
	Exception^ innerException
)

Parameters

message
Type: System::String^

The exception message.

innerException
Type: System::Exception^

Inner exception.

Return to top
Show: