ConfigurationHelper::CreateFromSettings<T> Method (Func<IDictionary<String^, Object^>^, T>^)
Creates a helper exception from the setting.
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: TThe created exception.
Type Parameters
- T
The type of exception.
Show: