Edit

PipeException Class

Definition

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.

Applies to