C# Class SpeakFriend.Utilities.SeedWork.Usefulness.UsefulnessException

Inheritance: System.Exception
显示文件 Open project: teamaton/speak-lib

Public Methods

Method Description
UsefulnessException ( ) : System
UsefulnessException ( string message ) : System
UsefulnessException ( string message, Exception inner ) : System

Protected Methods

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

Method Details

UsefulnessException() public method

public UsefulnessException ( ) : System
return System

UsefulnessException() protected method

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

UsefulnessException() public method

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

UsefulnessException() public method

public UsefulnessException ( string message, Exception inner ) : System
message string
inner System.Exception
return System