InvalidResultSetException 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 is thrown from the data access layer when an invalid result set is returned from a query.
public ref class InvalidResultSetException : Microsoft::EnterpriseManagement::Common::DataAccessLayerException
[System.Serializable]
public class InvalidResultSetException : Microsoft.EnterpriseManagement.Common.DataAccessLayerException
type InvalidResultSetException = class
inherit DataAccessLayerException
Public Class InvalidResultSetException
Inherits DataAccessLayerException
- Inheritance
- Attributes
Constructors
InvalidResultSetException() |
Initializes a new instance of the InvalidResultSetException class. |
InvalidResultSetException(SerializationInfo, StreamingContext) |
Initializes a new instance of the InvalidResultSetException class using serialized data. |
InvalidResultSetException(String, Exception) |
Initializes a new instance of the InvalidResultSetException class using the specified message and a reference to the inner exception that is the cause of this exception. |
InvalidResultSetException(String) |
Initializes a new instance of the InvalidResultSetException class using the specified error message. |