C# Class Tp.SourceControl.VersionControlSystem.VersionControlException

Notifies about errors in source control intergration.
Inheritance: System.ApplicationException
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

Méthode Description
VersionControlException ( string message ) : System.Collections.Generic

Creates new instance of this class.

VersionControlException ( string message, Exception innerException ) : System.Collections.Generic

Creates new instance of this class.

Method Details

VersionControlException() public méthode

Creates new instance of this class.
public VersionControlException ( string message ) : System.Collections.Generic
message string Error message
Résultat System.Collections.Generic

VersionControlException() public méthode

Creates new instance of this class.
public VersionControlException ( string message, Exception innerException ) : System.Collections.Generic
message string Error message.
innerException System.Exception Inner exception.
Résultat System.Collections.Generic