C# 클래스 Rsdn.Janus.Framework.Ipc.NamedPipeIOException

This exception is thrown by named pipes communication methods.
상속: InterProcessIOException
파일 보기 프로젝트 열기: rsdn/janus

공개 메소드들

메소드 설명
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