C# Class Flood.Remoting.RemotingException

Inheritance: System.Exception
Mostra file Open project: FloodProject/flood Class Usage Examples

Protected Properties

Property Type Description
type ExceptionType

Public Methods

Method Description
Read ( Serializer iprot ) : RemotingException
RemotingException ( ) : System
RemotingException ( ExceptionType type ) : System
RemotingException ( ExceptionType type, string message ) : System
Write ( Serializer oprot ) : void

Method Details

Read() public static method

public static Read ( Serializer iprot ) : RemotingException
iprot Flood.Serialization.Serializer
return RemotingException

RemotingException() public method

public RemotingException ( ) : System
return System

RemotingException() public method

public RemotingException ( ExceptionType type ) : System
type ExceptionType
return System

RemotingException() public method

public RemotingException ( ExceptionType type, string message ) : System
type ExceptionType
message string
return System

Write() public method

public Write ( Serializer oprot ) : void
oprot Flood.Serialization.Serializer
return void

Property Details

type protected_oe property

protected ExceptionType type
return ExceptionType