Method | Description | |
---|---|---|
NamedPipeIOException ( String text ) : System |
Creates a NamedPipeIOException instance.
|
|
NamedPipeIOException ( String text, uint errorCode ) : System |
Creates a NamedPipeIOException instance.
|
Method | Description | |
---|---|---|
NamedPipeIOException ( |
Creates a NamedPipeIOException instance.
|
protected NamedPipeIOException ( |
||
info | The serialization information. | |
context | The streaming context. | |
return | System |
public NamedPipeIOException ( String text ) : System | ||
text | String | The error message text. |
return | System |
public NamedPipeIOException ( String text, uint errorCode ) : System | ||
text | String | The error message text. |
errorCode | uint | The native error code. |
return | System |