C# Class CryoAOP.Core.Exceptions.IncorrectAttributeResultUsageException

Inheritance: FormattableExceptionBase
ファイルを表示 Open project: fir3pho3nixx/cryo-aop

Public Methods

Method Description
IncorrectAttributeResultUsageException ( string messageFormat ) : System
IncorrectAttributeResultUsageException ( string messageFormat, Exception innerException ) : System

Method Details

IncorrectAttributeResultUsageException() public method

public IncorrectAttributeResultUsageException ( string messageFormat ) : System
messageFormat string
return System

IncorrectAttributeResultUsageException() public method

public IncorrectAttributeResultUsageException ( string messageFormat, Exception innerException ) : System
messageFormat string
innerException System.Exception
return System