ConfigurationHelper.CreateCouldNotConvertException(Of T) Method (String, Object)
Creates an exception when the configuration cannot be converted.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Public Shared Function CreateCouldNotConvertException(Of T) ( name As String, value As Object ) As Exception
Type Parameters
- T
The type of exception.
Show: