Table of Contents

Class SortException

Namespace
DynamicData
Assembly
DynamicData.dll

Thrown when an exception occurs within the sort operators.

public class SortException : Exception, ISerializable
Inheritance
SortException
Implements
Inherited Members

Constructors

SortException()

Initializes a new instance of the SortException class.

public SortException()

SortException(string)

Initializes a new instance of the SortException class.

public SortException(string message)

Parameters

message string

The message that describes the error.

SortException(string, Exception)

Initializes a new instance of the SortException class.

public SortException(string message, Exception innerException)

Parameters

message string

A message about the exception.

innerException Exception

A inner exception with further information.