CloudExtensions.CreateArgumentEmptyException Method (String)

 

Creates an ArgumentException for empty parameters.

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

public static ArgumentException CreateArgumentEmptyException(
	string parameterName
)

Parameters

parameterName
Type: System.String

The parameter name.

Return Value

Type: System.ArgumentException

The ArgumentException.

Return to top
Show: