DataProviderException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the exception that occurs when there is an unexpected problem with a data provider, such as missing registration.
public ref class DataProviderException abstract : Exception
[System.Serializable]
public abstract class DataProviderException : Exception
[<System.Serializable>]
type DataProviderException = class
inherit Exception
Public MustInherit Class DataProviderException
Inherits Exception
- Inheritance
-
DataProviderException
- Attributes
Constructors
DataProviderException() |
Initializes a new instance of the DataProviderException class. |
DataProviderException(SerializationInfo, StreamingContext) |
Initializes a new instance of the DataProviderException class with serialized data. |
DataProviderException(String, Exception) |
Initializes a new instance of the DataProviderException class, specifying an error message and a reference to the inner exception that is the cause of this exception. |
DataProviderException(String) |
Initializes a new instance of the DataProviderException class, specifying an error message. |