C# Class CryoAOP.Core.Exceptions.TypeNotFoundException

Inheritance: FormattableExceptionBase
显示文件 Open project: fir3pho3nixx/cryo-aop

Public Methods

Method Description
TypeNotFoundException ( string messageFormat )
TypeNotFoundException ( string messageFormat, FormattableExceptionBase innerException )

Method Details

TypeNotFoundException() public method

public TypeNotFoundException ( string messageFormat )
messageFormat string

TypeNotFoundException() public method

public TypeNotFoundException ( string messageFormat, FormattableExceptionBase innerException )
messageFormat string
innerException FormattableExceptionBase