OperationErrorException Class

Definition

Exception result representing an operation that failed, in case the original exception is not serializable, or out-of-proc.

[System.Serializable]
public class OperationErrorException : Exception
[<System.Serializable>]
type OperationErrorException = class
    inherit Exception
Public Class OperationErrorException
Inherits Exception
Inheritance
OperationErrorException
Attributes

Constructors

OperationErrorException()

Initializes a new instance of the OperationErrorException class.

OperationErrorException(SerializationInfo, StreamingContext)

Initializes a new instance of the OperationErrorException class with serialized data.

OperationErrorException(String)

Initializes an new instance of the OperationErrorException class.

Applies to