Class
ParseException

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

Definition

Constructors

ParseException(string)

Initializes a new ParseException with the specified error message.

Declaration

cs-api-definition
public ParseException(string message)

Parameters

message

string

The message.

ParseException(string, Exception)

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

Declaration

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

Parameters

message

string

The message.

innerException

Exception

The inner exception.

ParseException(string, Exception, string, string[])

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

Declaration

cs-api-definition
public ParseException(string message, Exception innerException, string key, string[] formatStringArguments)

Parameters

message

string

The message.

innerException

Exception

The inner exception.

key

string

The key.

formatStringArguments

string[]

The format string arguments.