OperationErrorException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |