[]
Inits a new instance of C1DataConnectorParserException
public C1DataConnectorParserException(string message)
Public Sub New(message As String)
| Type | Name | Description |
|---|---|---|
| string | message |
Inits a new instance of C1DataConnectorParserException
public C1DataConnectorParserException(string message, Exception innerException)
Public Sub New(message As String, innerException As Exception)
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | innerException |
Inits a new instance of C1DataConnectorParserException
public C1DataConnectorParserException()
Public Sub New()
Inits a new instance of C1DataConnectorParserException
public C1DataConnectorParserException(string msg, string[] paras)
Public Sub New(msg As String, paras As String())
| Type | Name | Description |
|---|---|---|
| string | msg | |
| string[] | paras |