Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the DataProviderException class.
Namespace: Microsoft.VisualStudio.Data.Core
Assembly: Microsoft.VisualStudio.Data.Core (in Microsoft.VisualStudio.Data.Core.dll)
Syntax
'Declaration
Protected Sub New
protected DataProviderException()
protected:
DataProviderException()
new : unit -> DataProviderException
protected function DataProviderException()
Remarks
This constructor initializes the Message property of the new instance to a localized equivalent of "An unexpected error occurred in a data provider."
This constructor is typically called only by the DDEX runtime.
.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.