C# Class org.GraphDefined.Vanaheimr.Illias.Collections.PropertiesException

An exception during property processing occurred!
Inheritance: System.Exception
Afficher le fichier Open project: Vanaheimr/Illias

Méthodes publiques

Méthode Description
PropertiesException ( String Message = null, Exception InnerException = null ) : System

An exception during property processing occurred!

Method Details

PropertiesException() public méthode

An exception during property processing occurred!
public PropertiesException ( String Message = null, Exception InnerException = null ) : System
Message String The message that describes the error.
InnerException System.Exception The exception that is the cause of the current exception.
Résultat System