Share via


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

'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

See Also

Reference

DataProviderException Class

DataProviderException Overload

Microsoft.VisualStudio.Data.Core Namespace