PipeException Constructor
.NET Framework 4.5
Initializes a new instance of the PipeException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
PipeException() | Initializes a new instance of the PipeException class. |
|
PipeException(String) | Initializes a new instance of the PipeException class with a specified error message. |
|
PipeException(SerializationInfo, StreamingContext) | Initializes a new instance of the PipeException class with the specified serialization information and streaming context. |
|
PipeException(String, Exception) | Initializes a new instance of the PipeException class with the specified error message and the inner exception. |
|
PipeException(String, Int32) | Initializes a new instance of the PipeException class with a specified error message and error code. |