Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The eConnectFault class enables you to catch and handle eConnect specific errors. If you create a Service Reference to the eConnect Integration Service, a service operation returns an eConnectFault object when an eConnect error occurs.
Constructor
Name |
Description |
---|---|
eConnectFault() |
Initializes an instance of the eConnectFault class. |
Properties
Name |
Type |
Description |
---|---|---|
ExceptionType |
string |
Specifies the type of error that occurred. |
Message |
string |
Specifies the error message for the exception. |
Source |
string |
Specifies the source of the exception. |
StackTrace |
string |
Specifies the stack trace at the time of the exception. |