ConfigurationHelper::CreateFromSettings<T> Method (Func<IDictionary<String^, Object^>^, T>^)

 

Creates a helper exception from the setting.

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

public:
generic<typename T>
static T CreateFromSettings(
	Func<IDictionary<String^, Object^>^, T>^ initializer
)

Parameters

initializer
Type: System::Func<IDictionary<String^, Object^>^, T>^

The initializer.

Return Value

Type: T

The created exception.

Type Parameters

T

The type of exception.

Return to top
Show: