C# Class PlasticSCM.CLI.CheckinMergeRequiredException

Inheritance: System.Exception
Show file Open project: powercode/PSPlastic

Public Methods

Method Description
CheckinMergeRequiredException ( string fromChangeset, string toChangeset, string fromMountPoint, string toMountPoint ) : System

Private Methods

Method Description
CheckinMergeRequiredException ( SerializationInfo info, StreamingContext context ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

CheckinMergeRequiredException() public method

public CheckinMergeRequiredException ( string fromChangeset, string toChangeset, string fromMountPoint, string toMountPoint ) : System
fromChangeset string
toChangeset string
fromMountPoint string
toMountPoint string
return System