IMsTscAxEvents::OnFatalError
Other versions of this page are also available for the following:
8/28/2008
This method is called when the client control encounters a fatal error.
Syntax
VOID OnFatalError(
long errorCode
);
Parameters
errorCode
[in] Specifies the error code.The following table shows possible values for this parameter.
Error Code Description 0
An unknown error has occurred.
1
Internal error code 1.
2
Out of memory.
3
Window creation error.
4
Internal error code 2.
5
Internal error code 3 (invalid state).
100
Winsock initialization error.
Return Value
None.
Remarks
In response to this event, the container displays an error message and shuts down.
Requirements
Header | discodlg.h, mstsax.idl |
Library | Mstsax.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |