C# Class Por.Core.PorException

Inheritance: System.Exception, ISerializable
显示文件 Open project: neoeinstein/purpleonion

Public Methods

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

Protected Methods

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

Method Details

PorException() public method

public PorException ( ) : System
return System

PorException() protected method

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

PorException() public method

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

PorException() public method

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