ExcelClientException Constructors

Definition

Overloads

ExcelClientException()

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

ExcelClientException(String)

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

ExcelClientException(SerializationInfo, StreamingContext)

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

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.

ExcelClientException()

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

public ExcelClientException ();
Public Sub New ()

Applies to

ExcelClientException(String)

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

public ExcelClientException (string message);
new Microsoft.Hpc.Excel.ExcelClientException : string -> Microsoft.Hpc.Excel.ExcelClientException
Public Sub New (message As String)

Parameters

message
String

Applies to

ExcelClientException(SerializationInfo, StreamingContext)

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

public ExcelClientException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Hpc.Excel.ExcelClientException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Hpc.Excel.ExcelClientException
Public Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

Applies to

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.

public ExcelClientException (string message, Exception innerException);
new Microsoft.Hpc.Excel.ExcelClientException : string * Exception -> Microsoft.Hpc.Excel.ExcelClientException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to