C# Class Flood.Serialization.SerializerException

Inheritance: System.Exception
显示文件 Open project: FloodProject/flood

Protected Properties

Property Type Description
type_ int

Public Methods

Method Description
SerializerException ( ) : System
SerializerException ( String message ) : System
SerializerException ( int type ) : System
SerializerException ( int type, String message ) : System
getType ( ) : int

Method Details

SerializerException() public method

public SerializerException ( ) : System
return System

SerializerException() public method

public SerializerException ( String message ) : System
message String
return System

SerializerException() public method

public SerializerException ( int type ) : System
type int
return System

SerializerException() public method

public SerializerException ( int type, String message ) : System
type int
message String
return System

getType() public method

public getType ( ) : int
return int

Property Details

type_ protected_oe property

protected int type_
return int