Method | Description | |
---|---|---|
ParameterContractException ( |
Construct an instance.
|
|
ParameterContractException ( string typeName, string methodName, string parameterName, string error ) : System |
Construct an instance.
|
public ParameterContractException ( |
||
parameter | The validated parameter. | |
error | string | The brief description of the contract violation. |
return | System |
public ParameterContractException ( string typeName, string methodName, string parameterName, string error ) : System | ||
typeName | string | The name of the type. |
methodName | string | The name of the method. |
parameterName | string | The name of the validated parameter. |
error | string | The brief description of the contract violation. |
return | System |