C# Class Thrift.TApplicationException

Inheritance: Thrift.TException
ファイルを表示 Open project: medcl/FlumeAgent Class Usage Examples

Protected Properties

Property Type Description
type ExceptionType

Public Methods

Method 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 method

public static Read ( TProtocol iprot ) : TApplicationException
iprot TProtocol
return TApplicationException

TApplicationException() public method

public TApplicationException ( ) : System
return System

TApplicationException() public method

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

TApplicationException() public method

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

Write() public method

public Write ( TProtocol oprot ) : void
oprot TProtocol
return void

Property Details

type protected_oe property

protected ExceptionType type
return ExceptionType