C# Class Cim.Eap.ScenarioException

Inheritance: System.ApplicationException
Afficher le fichier Open project: mkjeff/secs4net

Méthodes publiques

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

Method Details

ScenarioException() public méthode

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

ScenarioException() public méthode

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