Share via


UnexpectedResultSetException Class

Definition

Represents the exception that is thrown when the data access layer returns an unexpected result set or does not return an expected result set.

public ref class UnexpectedResultSetException : Microsoft::EnterpriseManagement::Common::DataAccessLayerException
[System.Serializable]
public class UnexpectedResultSetException : Microsoft.EnterpriseManagement.Common.DataAccessLayerException
type UnexpectedResultSetException = class
    inherit DataAccessLayerException
Public Class UnexpectedResultSetException
Inherits DataAccessLayerException
Inheritance
UnexpectedResultSetException
Attributes

Constructors

UnexpectedResultSetException()

Initializes a new instance of the UnexpectedResultSetException class.

UnexpectedResultSetException(SerializationInfo, StreamingContext)

Initializes a new instance of the UnexpectedResultSetException class with serialized data.

UnexpectedResultSetException(String)

Initializes a new instance of the UnexpectedResultSetException class with the specified message.

UnexpectedResultSetException(String, Exception)

Initializes a new instance of the UnexpectedResultSetException class with the specified message and a reference to the inner exception that is the cause of this exception.

Applies to