C# Class CryoAOP.Core.Exceptions.PropertyNotFoundException

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

Méthodes publiques

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

Method Details

PropertyNotFoundException() public méthode

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

PropertyNotFoundException() public méthode

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