C# Class Open.Core.Common.ExistsException

Fired when something is attempted to be created but already exists.
Inheritance: System.Exception
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL

Méthodes publiques

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

Method Details

ExistsException() public méthode

public ExistsException ( ) : System
Résultat System

ExistsException() public méthode

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

ExistsException() public méthode

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