C# Class ArtemisComm.ParseException

Inheritance: System.Exception
显示文件 Open project: russjudge/ArtemisSBS-ProtocolSharp

Public Methods

Method Description
ParseException ( ) : System
ParseException ( Exception innerException ) : System
ParseException ( string message ) : System
ParseException ( string message, Exception innerException ) : System

Protected Methods

Method Description
ParseException ( SerializationInfo info, StreamingContext context ) : System

Method Details

ParseException() public method

public ParseException ( ) : System
return System

ParseException() public method

public ParseException ( Exception innerException ) : System
innerException System.Exception
return System

ParseException() protected method

protected ParseException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

ParseException() public method

public ParseException ( string message ) : System
message string
return System

ParseException() public method

public ParseException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System