C# Class Paralect.Schematra.Exceptions.TypeNotFoundException

Inheritance: SchematraException
Exibir arquivo Open project: paralect/Schematra

Public Methods

Method Description
TypeNotFoundException ( string message ) : System
TypeNotFoundException ( string message, Exception innerException ) : System

Method Details

TypeNotFoundException() public method

public TypeNotFoundException ( string message ) : System
message string
return System

TypeNotFoundException() public method

public TypeNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System