C# Class KonfDB.Infrastructure.Exceptions.BaseException

Inheritance: System.Exception
Mostrar archivo Open project: punitganshani/KonfDB

Public Methods

Method Description
BaseException ( string message ) : System
BaseException ( string message, Exception exception ) : System

Method Details

BaseException() public method

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

BaseException() public method

public BaseException ( string message, Exception exception ) : System
message string
exception System.Exception
return System