Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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. |