C# 클래스 Flood.Serialization.SerializerException

상속: System.Exception
파일 보기 프로젝트 열기: FloodProject/flood

보호된 프로퍼티들

프로퍼티 타입 설명
type_ int

공개 메소드들

메소드 설명
SerializerException ( ) : System
SerializerException ( String message ) : System
SerializerException ( int type ) : System
SerializerException ( int type, String message ) : System
getType ( ) : int

메소드 상세

SerializerException() 공개 메소드

public SerializerException ( ) : System
리턴 System

SerializerException() 공개 메소드

public SerializerException ( String message ) : System
message String
리턴 System

SerializerException() 공개 메소드

public SerializerException ( int type ) : System
type int
리턴 System

SerializerException() 공개 메소드

public SerializerException ( int type, String message ) : System
type int
message String
리턴 System

getType() 공개 메소드

public getType ( ) : int
리턴 int

프로퍼티 상세

type_ 보호되어 있는 프로퍼티

protected int type_
리턴 int