Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |