New to Telerik Document ProcessingStart a free 30-day trial

Thrown when a string value cannot be parsed as a valid cell value due to format or type mismatch.

Definition

Constructors

Initializes a new ParseException with the specified error message, inner exception, localization key, and format arguments.

C#
public ParseException(string message, Exception innerException, string key, string[] formatStringArguments)
Parameters:messagestring

The message.

innerExceptionException

The inner exception.

keystring

The key.

formatStringArgumentsstring[]

The format string arguments.

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

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

The message.

innerExceptionException

The inner exception.

Initializes a new ParseException with the specified error message.

C#
public ParseException(string message)
Parameters:messagestring

The message.