Edit

Share via


ExcelClientException Class

Definition

Indicates that the ExcelClient object encountered an error with a nonspecific cause.

public class ExcelClientException : Exception
type ExcelClientException = class
    inherit Exception
Public Class ExcelClientException
Inherits Exception
Inheritance
ExcelClientException

Constructors

ExcelClientException()

Initializes a new instance of the ExcelClientException class without specifying an error message, inner exception, or serialized data.

ExcelClientException(SerializationInfo, StreamingContext)

Initializes a new instance of the ExcelClientException class with serialized data.

ExcelClientException(String)

Initializes a new instance of the ExcelClientException class with the specified error message.

ExcelClientException(String, Exception)

Initializes a new instance of the ExcelClientException class with the specified error message and a reference to the inner exception that is the cause of this exception.

Applies to