C# Class PlasticSCM.ChangelistAlreadyExistException

Inheritance: System.ArgumentException
Afficher le fichier Open project: powercode/PSPlastic

Méthodes publiques

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

Method Details

ChangelistAlreadyExistException() public méthode

public ChangelistAlreadyExistException ( ) : System
Résultat System

ChangelistAlreadyExistException() public méthode

public ChangelistAlreadyExistException ( string value ) : System
value string
Résultat System

ChangelistAlreadyExistException() public méthode

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