DataConnectionOpenCanceledException Class

Represents the exception thrown when a data connection open call is canceled.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class DataConnectionOpenCanceledException _
    Inherits Exception
'Usage
Dim instance As DataConnectionOpenCanceledException
[SerializableAttribute]
public class DataConnectionOpenCanceledException : Exception
[SerializableAttribute]
public ref class DataConnectionOpenCanceledException : public Exception
public class DataConnectionOpenCanceledException extends Exception

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.VisualStudio.Data.Services.DataConnectionOpenCanceledException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DataConnectionOpenCanceledException Members

Microsoft.VisualStudio.Data.Services Namespace