CloudException Constructor (String, Exception)

 

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,
	innerException As Exception
)

Parameters

message
Type: System.String

The exception message.

innerException
Type: System.Exception

The inner exception.

Return to top
Show: