[]
The class representing all the exceptions thrown by C1DataConnector library during its execution
public class C1DataConnectorException : Exception, ISerializable
| Name | Description |
|---|---|
| C1DataConnectorException() | Inits a new instance of C1DataConnectorException |
| C1DataConnectorException(string) | Inits a new instance of C1DataConnectorException |
| C1DataConnectorException(string, params string[]) | Inits a new instance of C1DataConnectorException |
| Name | Description |
|---|---|
| Message | The exception message |
| Name | Description |
|---|---|
| ToString() | The ToString method of class C1DataConnectorException |