C# Class Paralect.Schematra.Exceptions.CircularDependencyException

Inheritance: SchematraException
Exibir arquivo Open project: paralect/Schematra

Public Methods

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

Method Details

CircularDependencyException() public method

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

CircularDependencyException() public method

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