C# Class Paralect.Schematra.Exceptions.DuplicateConstantIndexException

Inheritance: SchematraException
Exibir arquivo Open project: paralect/Schematra

Public Methods

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

Method Details

DuplicateConstantIndexException() public method

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

DuplicateConstantIndexException() public method

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