C# Class Wrox.ProCSharp.WinServices.QuoteException

Inheritance: System.Exception
Exibir arquivo Open project: ProfessionalCSharp/ProfessionalCSharp6

Public Methods

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

Protected Methods

Method Description
QuoteException ( System info, System context ) : System

Method Details

QuoteException() public method

public QuoteException ( ) : System
return System

QuoteException() protected method

protected QuoteException ( System info, System context ) : System
info System
context System
return System

QuoteException() public method

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

QuoteException() public method

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