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