Class
SpreadsheetNameException

Thrown when named range operations fail due to invalid names, duplicate definitions, or scope conflicts.

Definition

Constructors

SpreadsheetNameException(string)

Initializes a new SpreadsheetNameException with the specified error message.

Declaration

cs-api-definition
public SpreadsheetNameException(string message)

Parameters

message

string

The message.

SpreadsheetNameException(string, Exception)

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

Declaration

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

Parameters

message

string

The message.

innerException

Exception

The inner exception.

SpreadsheetNameException(string, Exception, string)

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

Declaration

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

Parameters

message

string

The message.

innerException

Exception

The inner exception.

key

string

The key.

SpreadsheetNameException(string, string)

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

Declaration

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

Parameters

message

string

The message.

key

string

The key.