C# Class CryoAOP.Core.Exceptions.MethodNotFoundException

Inheritance: FormattableExceptionBase
Afficher le fichier Open project: fir3pho3nixx/cryo-aop

Méthodes publiques

Méthode Description
MethodNotFoundException ( string messageFormat ) : System
MethodNotFoundException ( string messageFormat, Exception innerException ) : System

Method Details

MethodNotFoundException() public méthode

public MethodNotFoundException ( string messageFormat ) : System
messageFormat string
Résultat System

MethodNotFoundException() public méthode

public MethodNotFoundException ( string messageFormat, Exception innerException ) : System
messageFormat string
innerException System.Exception
Résultat System