C# Class Paralect.Schematra.Exceptions.DuplicateFieldIndexException

Inheritance: SchematraException
Exibir arquivo Open project: paralect/Schematra

Public Methods

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

Method Details

DuplicateFieldIndexException() public method

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

DuplicateFieldIndexException() public method

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