C# Class CryoAOP.Core.Exceptions.IncorrectAttributeResultUsageException

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

Méthodes publiques

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

Method Details

IncorrectAttributeResultUsageException() public méthode

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

IncorrectAttributeResultUsageException() public méthode

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