C# Class Paralect.Schematra.Exceptions.SchematraException

Inheritance: System.Exception
Exibir arquivo Open project: paralect/Schematra

Public Methods

Method Description
SchematraException ( String message ) : System
SchematraException ( String message, Exception innerException ) : System

Method Details

SchematraException() public method

public SchematraException ( String message ) : System
message String
return System

SchematraException() public method

public SchematraException ( String message, Exception innerException ) : System
message String
innerException System.Exception
return System