CloudException Constructor (String)

 

Initializes a new instance of the CloudException class.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Public Sub New (
	message As String
)

Parameters

message
Type: System.String

The exception message.

Return to top
Show: