C# Class System.Configuration.ExceptionUtil

Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
ParameterInvalid System.ArgumentException
ParameterNullOrEmpty System.ArgumentException
PropertyInvalid System.ArgumentException
PropertyNullOrEmpty System.ArgumentException
UnexpectedError System.InvalidOperationException
WrapAsConfigException ConfigurationErrorsException
WrapAsConfigException ConfigurationErrorsException

Private Methods

Method Description
ParameterInvalid ( string parameter ) : ArgumentException
ParameterNullOrEmpty ( string parameter ) : ArgumentException
PropertyInvalid ( string property ) : ArgumentException
PropertyNullOrEmpty ( string property ) : ArgumentException
UnexpectedError ( string methodName ) : InvalidOperationException
WrapAsConfigException ( string outerMessage, Exception e, IConfigErrorInfo errorInfo ) : ConfigurationErrorsException
WrapAsConfigException ( string outerMessage, Exception e, string filename, int line ) : ConfigurationErrorsException