Sdílet prostřednictvím


DataConnectionOpenCanceledException – konstruktor (String)

Inicializuje novou instanci DataConnectionOpenCanceledException třídy určené chybové zprávy.

Obor názvů:  Microsoft.VisualStudio.Data.Services
Sestavení:  Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Deklarace
Public Sub New ( _
    message As String _
)
public DataConnectionOpenCanceledException(
    string message
)
public:
DataConnectionOpenCanceledException(
    String^ message
)
new : 
        message:string -> DataConnectionOpenCanceledException
public function DataConnectionOpenCanceledException(
    message : String
)

Parametry

  • message
    Typ: System.String
    Chybová zpráva s vysvětlením důvodu výjimky.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataConnectionOpenCanceledException Třída

DataConnectionOpenCanceledException – přetížení

Microsoft.VisualStudio.Data.Services – obor názvů