Overload | Description |
---|---|
ProcedureCallException Constructor() | Initializes a new instance of the class with default values. |
ProcedureCallException Constructor(String) | Initializes a new instance of the class with a specified message. |
ProcedureCallException Constructor(String,Exception) | Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception. |
ProcedureCallException Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class from serialization data. |