C# Class Paralect.Schematra.Exceptions.TypeNotTaggedException

Inheritance: SchematraException
Exibir arquivo Open project: paralect/Schematra

Public Methods

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

Method Details

TypeNotTaggedException() public method

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

TypeNotTaggedException() public method

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