C# Class CryoAOP.Core.Exceptions.TypeReferenceNotFoundException

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

Méthodes publiques

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

Method Details

TypeReferenceNotFoundException() public méthode

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

TypeReferenceNotFoundException() public méthode

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