C# Class CryoAOP.Core.Exceptions.MethodSignatureViolationException

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

Méthodes publiques

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

Method Details

MethodSignatureViolationException() public méthode

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

MethodSignatureViolationException() public méthode

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