Class : CNXException |
||
Namespace: |
System.Data |
|
Description: |
The CNXException class is used for handling internal CONNX .NET Data Provider Exceptions. |
|
Properties: |
Code |
|
Return Type: |
Int |
|
Description: |
The Code property returns an Int value that corresponds to the error number. |
|
Errors |
||
Return Type: |
Array List |
|
Description: |
The Errors property contains a collection of the CNXError objects. |
|
Message |
||
Return Type: |
String |
|
Description: |
The Message property returns a string value that corresponds to the error message. |