DataConnectionOpenCanceledException 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.
Provides the exception that is thrown when a method call to open a data connection causes user intervention and the user is able to cancel the open call.
public ref class DataConnectionOpenCanceledException : ApplicationException
[System.Serializable]
public class DataConnectionOpenCanceledException : ApplicationException
[<System.Serializable>]
type DataConnectionOpenCanceledException = class
inherit ApplicationException
Public Class DataConnectionOpenCanceledException
Inherits ApplicationException
- Inheritance
-
DataConnectionOpenCanceledException
- Attributes
Constructors
DataConnectionOpenCanceledException() |
Class constructor. Initializes a new instance of the DataConnectionOpenCanceledException class. |
DataConnectionOpenCanceledException(SerializationInfo, StreamingContext) |
Class constructor. Initializes a new instance of the DataConnectionOpenCanceledException class with serialized data. |
DataConnectionOpenCanceledException(String, Exception) |
Class constructor. Initializes a new instance of the DataConnectionOpenCanceledException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
DataConnectionOpenCanceledException(String) |
Class constructor. Initializes a new instance of the DataConnectionOpenCanceledException class with a specified error message. |