New to Telerik Document ProcessingStart a free 30-day trial

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

Definition

Constructors

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

C#
public WorkbookNotInitializedException(string message, Exception innerException, string key)
Parameters:messagestring

The message.

innerExceptionException

The inner exception.

keystring

The key.

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

C#
public WorkbookNotInitializedException(string message, Exception innerException)
Parameters:messagestring

The message.

innerExceptionException

The inner exception.

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

C#
public WorkbookNotInitializedException(string message, string key)
Parameters:messagestring

The message.

keystring

The key.

Initializes a new WorkbookNotInitializedException with the specified error message.

C#
public WorkbookNotInitializedException(string message)
Parameters:messagestring

The message.