InvalidSortPropertyException Class

Definition

Represents the exception that is thrown because the specified sort property was invalid for sorting.

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

Constructors

InvalidSortPropertyException()

Initializes a new instance of the InvalidSortPropertyException class.

InvalidSortPropertyException(Exception)

Initializes a new instance of the InvalidSortPropertyException class using a reference to the inner exception that is the cause of this exception.

InvalidSortPropertyException(SerializationInfo, StreamingContext)

Initializes a new instance of the InvalidSortPropertyException class using serialized data.

InvalidSortPropertyException(String)

Initializes a new instance of the InvalidSortPropertyException class using the specified error message.

InvalidSortPropertyException(String, Exception)

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

InvalidSortPropertyException(String, String)

Initializes a new instance of the InvalidSortPropertyException class using the specified property name and error message parameters.

Properties

PropertyName

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the parameters required to serialize this instance of the InvalidSortPropertyException class.

Applies to