C# Class PlasticSCM.CLI.CheckinMergeRequiredException

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

Méthodes publiques

Méthode Description
CheckinMergeRequiredException ( string fromChangeset, string toChangeset, string fromMountPoint, string toMountPoint ) : System

Private Methods

Méthode Description
CheckinMergeRequiredException ( SerializationInfo info, StreamingContext context ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

CheckinMergeRequiredException() public méthode

public CheckinMergeRequiredException ( string fromChangeset, string toChangeset, string fromMountPoint, string toMountPoint ) : System
fromChangeset string
toChangeset string
fromMountPoint string
toMountPoint string
Résultat System