C# 클래스 Tp.SourceControl.VersionControlSystem.VersionControlException

Notifies about errors in source control intergration.
상속: System.ApplicationException
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
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.

메소드 상세

VersionControlException() 공개 메소드

Creates new instance of this class.
public VersionControlException ( string message ) : System.Collections.Generic
message string Error message
리턴 System.Collections.Generic

VersionControlException() 공개 메소드

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