Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the DataConnectionOpenCanceledException class with the specified error message.
Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Sub New ( _
    message As String _
)
public DataConnectionOpenCanceledException(
    string message
)
public:
DataConnectionOpenCanceledException(
    String^ message
)
new : 
        message:string -> DataConnectionOpenCanceledException
public function DataConnectionOpenCanceledException(
    message : String
)
Parameters
- message 
 Type: System.String- The error message that explains the reason for the exception. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataConnectionOpenCanceledException Class