Class
WorkbookNotInitializedException

Thrown when an operation is attempted on a workbook that has not been properly initialized.

Definition

Constructors

WorkbookNotInitializedException(string)

Initializes a new WorkbookNotInitializedException with the specified error message.

Declaration

cs-api-definition
public WorkbookNotInitializedException(string message)

Parameters

message

string

The message.

WorkbookNotInitializedException(string, Exception)

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

Declaration

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

Parameters

message

string

The message.

innerException

Exception

The inner exception.

WorkbookNotInitializedException(string, Exception, string)

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

Declaration

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

Parameters

message

string

The message.

innerException

Exception

The inner exception.

key

string

The key.

WorkbookNotInitializedException(string, string)

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

Declaration

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

Parameters

message

string

The message.

key

string

The key.