ConfigurationHelper.CreateCouldNotConvertException(Of T) Method (String, Object)

 

Creates an exception when the configuration cannot be converted.

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

Public Shared Function CreateCouldNotConvertException(Of T) (
	name As String,
	value As Object
) As Exception

Parameters

name
Type: System.String

The name.

value
Type: System.Object

The value.

Return Value

Type: System.Exception

The created exception.

Type Parameters

T

The type of exception.

Return to top
Show: