C# 클래스 PlasticSCM.CLI.CheckinMergeRequiredException

상속: System.Exception
파일 보기 프로젝트 열기: powercode/PSPlastic

공개 메소드들

메소드 설명
CheckinMergeRequiredException ( string fromChangeset, string toChangeset, string fromMountPoint, string toMountPoint ) : System

비공개 메소드들

메소드 설명
CheckinMergeRequiredException ( SerializationInfo info, StreamingContext context ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

메소드 상세

CheckinMergeRequiredException() 공개 메소드

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