Enumerates the basic network operation being performed when the stream errors occured.
' Visual Basic
Public Enum StreamErrorContext
// C#
public enum StreamErrorContext
| Member | Description |
|---|---|
| CLOSE | CLOSE(6) |
| CREATE | CREATE(3) |
| DESTROY | DESTROY(4) |
| END_READ | END_READ(11) |
| END_WRITE | END_WRITE(10) |
| GETVALUE | GETVALUE(14) |
| OPEN | OPEN(5) |
| READ | READ(7) |
| REGISTER | REGISTER(1) |
| SOFTSHUTDOWN | SOFTSHUTDOWN(13) |
| UNKNOWN | UNKNOWN(0) |
| UNREGISTER | UNREGISTER(2) |
| WRITE | WRITE(8) |
| WRITE_FLUSH | WRITE_FLUSH(9) |
| YIELD | YIELD(12) |
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.