Property IsErrorEnabled
IsErrorEnabled
This flag specifies whether the exception will be thrown or not. True value corresponds to throw the exception and False corresponds to otherwise.
Declaration
public static bool IsErrorEnabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean | Returns the values True or False. True corresponds to the provider being configured and False corresponds otherwise. |