C# Class CryoAOP.Core.Exceptions.MethodNotFoundException

Inheritance: FormattableExceptionBase
Mostra file Open project: fir3pho3nixx/cryo-aop

Public Methods

Method Description
MethodNotFoundException ( string messageFormat ) : System
MethodNotFoundException ( string messageFormat, Exception innerException ) : System

Method Details

MethodNotFoundException() public method

public MethodNotFoundException ( string messageFormat ) : System
messageFormat string
return System

MethodNotFoundException() public method

public MethodNotFoundException ( string messageFormat, Exception innerException ) : System
messageFormat string
innerException System.Exception
return System