C# Class MbDotNet.Exceptions.ImposterNotFoundException

Inheritance: MountebankException
Mostrar archivo Open project: mattherman/MbDotNet

Public Methods

Method Description
ImposterNotFoundException ( string message ) : System
ImposterNotFoundException ( string message, Exception innerException ) : System

Method Details

ImposterNotFoundException() public method

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

ImposterNotFoundException() public method

public ImposterNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System