DataProviderException Constructor
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
‘선언
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.