C# 클래스 Flood.Remoting.RemotingException

상속: System.Exception
파일 보기 프로젝트 열기: FloodProject/flood 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
type ExceptionType

공개 메소드들

메소드 설명
Read ( Serializer iprot ) : RemotingException
RemotingException ( ) : System
RemotingException ( ExceptionType type ) : System
RemotingException ( ExceptionType type, string message ) : System
Write ( Serializer oprot ) : void

메소드 상세

Read() 공개 정적인 메소드

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

RemotingException() 공개 메소드

public RemotingException ( ) : System
리턴 System

RemotingException() 공개 메소드

public RemotingException ( ExceptionType type ) : System
type ExceptionType
리턴 System

RemotingException() 공개 메소드

public RemotingException ( ExceptionType type, string message ) : System
type ExceptionType
message string
리턴 System

Write() 공개 메소드

public Write ( Serializer oprot ) : void
oprot Flood.Serialization.Serializer
리턴 void

프로퍼티 상세

type 보호되어 있는 프로퍼티

protected ExceptionType type
리턴 ExceptionType