PipeException Constructor
.NET Framework (current version)
Initializes a new instance of the PipeException class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | PipeException() | Initializes a new instance of the PipeException class. |
![]() | PipeException(SerializationInfo, StreamingContext) | Initializes a new instance of the PipeException class with the specified serialization information and streaming context. |
![]() | PipeException(String) | Initializes a new instance of the PipeException class with a specified error message. |
![]() | 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. |
Show:

