C# Class Rsdn.Janus.Framework.Ipc.NamedPipeIOException

This exception is thrown by named pipes communication methods.
Inheritance: InterProcessIOException
Afficher le fichier Open project: rsdn/janus

Méthodes publiques

Méthode Description
NamedPipeIOException ( String text ) : System

Creates a NamedPipeIOException instance.

NamedPipeIOException ( String text, uint errorCode ) : System

Creates a NamedPipeIOException instance.

Méthodes protégées

Méthode Description
NamedPipeIOException ( SerializationInfo info, StreamingContext context ) : System

Creates a NamedPipeIOException instance.

Method Details

NamedPipeIOException() protected méthode

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.
Résultat System

NamedPipeIOException() public méthode

Creates a NamedPipeIOException instance.
public NamedPipeIOException ( String text ) : System
text String The error message text.
Résultat System

NamedPipeIOException() public méthode

Creates a NamedPipeIOException instance.
public NamedPipeIOException ( String text, uint errorCode ) : System
text String The error message text.
errorCode uint The native error code.
Résultat System