C# Class Thrift.TApplicationException

Inheritance: Thrift.TException
Afficher le fichier Open project: medcl/FlumeAgent Class Usage Examples

Protected Properties

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

Méthodes publiques

Méthode Description
Read ( TProtocol iprot ) : TApplicationException
TApplicationException ( ) : System
TApplicationException ( ExceptionType type ) : System
TApplicationException ( ExceptionType type, string message ) : System
Write ( TProtocol oprot ) : void

Method Details

Read() public static méthode

public static Read ( TProtocol iprot ) : TApplicationException
iprot TProtocol
Résultat TApplicationException

TApplicationException() public méthode

public TApplicationException ( ) : System
Résultat System

TApplicationException() public méthode

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

TApplicationException() public méthode

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

Write() public méthode

public Write ( TProtocol oprot ) : void
oprot TProtocol
Résultat void

Property Details

type protected_oe property

protected ExceptionType type
Résultat ExceptionType