C# Class Paralect.Schematra.Exceptions.CircularDependencyException

Inheritance: SchematraException
Afficher le fichier Open project: paralect/Schematra

Méthodes publiques

Méthode Description
CircularDependencyException ( string message ) : System
CircularDependencyException ( string message, Exception innerException ) : System

Method Details

CircularDependencyException() public méthode

public CircularDependencyException ( string message ) : System
message string
Résultat System

CircularDependencyException() public méthode

public CircularDependencyException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System