C# Class CryoAOP.Core.Exceptions.TypeReferenceNotFoundException

Inheritance: FormattableExceptionBase
Mostrar archivo Open project: fir3pho3nixx/cryo-aop

Public Methods

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

Method Details

TypeReferenceNotFoundException() public method

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

TypeReferenceNotFoundException() public method

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