OperationFailedException Constructor

Overload List
  NameDescription
Public methodOperationFailedException
Initializes a new instance of the OperationFailedException class.
Public methodOperationFailedException(Exception)
Initializes a new instance of the OperationFailedException class.
Public methodOperationFailedException(String)
Initializes a new instance of the OperationFailedException class with a specified error message.
Public methodOperationFailedException(String, Exception)
Initializes a new instance of the OperationFailedException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also