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

Inheritance: System.Exception
Show file Open project: rsdn/janus

Public Properties

Property Type Description
ErrorCode uint
IsServerAvailable bool

Public Methods

Method Description
InterProcessIOException ( String text ) : System

Protected Methods

Method Description
InterProcessIOException ( SerializationInfo info, StreamingContext context ) : System

Method Details

InterProcessIOException() protected method

protected InterProcessIOException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

InterProcessIOException() public method

public InterProcessIOException ( String text ) : System
text String
return System

Property Details

ErrorCode public property

public uint ErrorCode
return uint

IsServerAvailable public property

public bool IsServerAvailable
return bool