Class
SortingException

Thrown when an error occurs during sorting operations on worksheet cells.

Definition

Constructors

SortingException()

Initializes a new SortingException with default values.

Declaration

cs-api-definition
public SortingException()

SortingException(string)

Initializes a new SortingException with the specified error message.

Declaration

cs-api-definition
public SortingException(string message)

Parameters

message

string

The message.

SortingException(string, Exception)

Initializes a new SortingException with the specified error message and inner exception.

Declaration

cs-api-definition
public SortingException(string message, Exception innerException)

Parameters

message

string

The message.

innerException

Exception

The inner exception.

SortingException(string, Exception, string)

Initializes a new SortingException with the specified error message, inner exception, and localization key.

Declaration

cs-api-definition
public SortingException(string message, Exception innerException, string key)

Parameters

message

string

The message.

innerException

Exception

The inner exception.

key

string

The key.

SortingException(string, string)

Initializes a new SortingException with the specified error message and localization key.

Declaration

cs-api-definition
public SortingException(string message, string key)

Parameters

message

string

The message.

key

string

The key.