C# Класс Rsdn.Janus.Framework.Ipc.NamedPipeIOException

This exception is thrown by named pipes communication methods.
Наследование: InterProcessIOException
Показать файл Открыть проект

Открытые методы

Метод Описание
NamedPipeIOException ( String text ) : System

Creates a NamedPipeIOException instance.

NamedPipeIOException ( String text, uint errorCode ) : System

Creates a NamedPipeIOException instance.

Защищенные методы

Метод Описание
NamedPipeIOException ( SerializationInfo info, StreamingContext context ) : System

Creates a NamedPipeIOException instance.

Описание методов

NamedPipeIOException() защищенный Метод

Creates a NamedPipeIOException instance.
protected NamedPipeIOException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The serialization information.
context System.Runtime.Serialization.StreamingContext The streaming context.
Результат System

NamedPipeIOException() публичный Метод

Creates a NamedPipeIOException instance.
public NamedPipeIOException ( String text ) : System
text String The error message text.
Результат System

NamedPipeIOException() публичный Метод

Creates a NamedPipeIOException instance.
public NamedPipeIOException ( String text, uint errorCode ) : System
text String The error message text.
errorCode uint The native error code.
Результат System