Метод | Описание | |
---|---|---|
ReturnValueContractException ( |
Construct an instance.
|
|
ReturnValueContractException ( string typeName, string methodName, string error ) : System |
Construct an instance.
|
public ReturnValueContractException ( |
||
parameter | The validated parameter. | |
error | string | The brief description of the contract violation. |
Результат | System |
public ReturnValueContractException ( string typeName, string methodName, string error ) : System | ||
typeName | string | The name of the type. |
methodName | string | The name of the method. |
error | string | The brief description of the contract violation. |
Результат | System |