DataConnectionOpenCanceledException – konstruktor (String)
Konstruktoru třídy.Inicializuje novou instanci DataConnectionOpenCanceledException třídy určené chybové zprávy.
Obor názvů: Microsoft.VisualStudio.Data
Sestavení: Microsoft.VisualStudio.Data (v Microsoft.VisualStudio.Data.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
Zpráva popisující chybu.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
DataConnectionOpenCanceledException Třída