Method | Description | |
---|---|---|
Argument ( string parameterName, string messageFormat ) : |
||
ArgumentMustBeGreaterThanOrEqualTo ( string parameterName, object actualValue, object minValue ) : |
||
ArgumentNull ( string parameterName ) : |
||
ArgumentOutOfRange ( string parameterName, object actualValue, string messageFormat ) : |
||
AsyncCommon_AsyncResultAlreadyConsumed ( ) : |
||
AsyncCommon_InvalidAsyncResult ( string parameterName ) : |
||
InvalidEnumArgument ( string parameterName, int invalidValue, |
||
InvalidOperation ( string messageFormat ) : |
||
ParameterCannotBeNullOrEmpty ( string parameterName ) : |
Method | Description | |
---|---|---|
Format ( string format ) : string | ||
PropertyNull ( ) : |
public static Argument ( string parameterName, string messageFormat ) : |
||
parameterName | string | |
messageFormat | string | |
return |
public static ArgumentMustBeGreaterThanOrEqualTo ( string parameterName, object actualValue, object minValue ) : |
||
parameterName | string | |
actualValue | object | |
minValue | object | |
return |
public static ArgumentNull ( string parameterName ) : |
||
parameterName | string | |
return |
public static ArgumentOutOfRange ( string parameterName, object actualValue, string messageFormat ) : |
||
parameterName | string | |
actualValue | object | |
messageFormat | string | |
return |
public static AsyncCommon_AsyncResultAlreadyConsumed ( ) : |
||
return |
public static AsyncCommon_InvalidAsyncResult ( string parameterName ) : |
||
parameterName | string | |
return |
public static InvalidEnumArgument ( string parameterName, int invalidValue, |
||
parameterName | string | |
invalidValue | int | |
enumClass | ||
return |
public static InvalidOperation ( string messageFormat ) : |
||
messageFormat | string | |
return |
public static ParameterCannotBeNullOrEmpty ( string parameterName ) : |
||
parameterName | string | |
return |