Method | Description | |
---|---|---|
SignatureException ( int code ) : System | ||
SignatureException ( string message, Exception innerException, int code ) : System | ||
SignatureException ( string message, int code ) : System |
public SignatureException ( int code ) : System | ||
code | int | |
return | System |
public SignatureException ( string message, Exception innerException, int code ) : System | ||
message | string | |
innerException | Exception | |
code | int | |
return | System |
public SignatureException ( string message, int code ) : System | ||
message | string | |
code | int | |
return | System |