C# Class KonfDB.Infrastructure.Exceptions.UnauthorizedUserException

Inheritance: BaseException
Mostra file Open project: punitganshani/KonfDB

Public Methods

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

Method Details

UnauthorizedUserException() public method

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

UnauthorizedUserException() public method

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