C# Class KonfDB.Infrastructure.Exceptions.BaseException

Inheritance: System.Exception
Afficher le fichier Open project: punitganshani/KonfDB

Méthodes publiques

Méthode Description
BaseException ( string message ) : System
BaseException ( string message, Exception exception ) : System

Method Details

BaseException() public méthode

public BaseException ( string message ) : System
message string
Résultat System

BaseException() public méthode

public BaseException ( string message, Exception exception ) : System
message string
exception System.Exception
Résultat System