C# Class Flood.Remoting.RemotingException

Inheritance: System.Exception
Afficher le fichier Open project: FloodProject/flood Class Usage Examples

Protected Properties

Свойство Type Description
type ExceptionType

Méthodes publiques

Méthode 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 méthode

public static Read ( Serializer iprot ) : RemotingException
iprot Flood.Serialization.Serializer
Résultat RemotingException

RemotingException() public méthode

public RemotingException ( ) : System
Résultat System

RemotingException() public méthode

public RemotingException ( ExceptionType type ) : System
type ExceptionType
Résultat System

RemotingException() public méthode

public RemotingException ( ExceptionType type, string message ) : System
type ExceptionType
message string
Résultat System

Write() public méthode

public Write ( Serializer oprot ) : void
oprot Flood.Serialization.Serializer
Résultat void

Property Details

type protected_oe property

protected ExceptionType type
Résultat ExceptionType