PipeException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Thrown when an error occurs within a named pipe.
public ref class PipeException : System::IO::IOException
[System.Serializable]
public class PipeException : System.IO.IOException
[<System.Serializable>]
type PipeException = class
inherit IOException
Public Class PipeException
Inherits IOException
- Inheritance
- Attributes
Constructors
| 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, 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. |
| PipeException(String) |
Initializes a new instance of the PipeException class with a specified error message. |
Properties
| Name | Description |
|---|---|
| ErrorCode |
Gets the error code to be returned with the exception. |