C# Class Paralect.Schematra.Exceptions.DuplicateTypeTagException

Inheritance: SchematraException
Exibir arquivo Open project: paralect/Schematra

Public Methods

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

Method Details

DuplicateTypeTagException() public method

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

DuplicateTypeTagException() public method

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