Click or drag to resize

OperationCancelledException Constructor

Creates an OperationCancelledException object.
Overload List
  NameDescription
Public methodOperationCancelledException
Creates a new instance of OperationCancelledException.
Public methodOperationCancelledException(String)
Creates a new instance of OperationCancelledException specifying the exception message.
Protected methodOperationCancelledException(SerializationInfo, StreamingContext)
Initializes a new instance of the OperationCancelledException class.
Public methodOperationCancelledException(String, Exception)
Creates a new instance of OperationCancelledException specifying an exception message and the inner exception.
Top
See Also