C# Class Tp.SourceControl.VersionControlSystem.VersionControlException

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

Public Methods

Method 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 method

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

VersionControlException() public method

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