C# Class Kooboo.Commerce.Data.CommerceDbException

Inheritance: System.Exception
Show file Open project: Kooboo/Ecommerce

Public Methods

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

Protected Methods

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

Method Details

CommerceDbException() public method

public CommerceDbException ( ) : System
return System

CommerceDbException() protected method

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

CommerceDbException() public method

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

CommerceDbException() public method

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