C# Класс Tp.SourceControl.VersionControlSystem.VersionControlException

Notifies about errors in source control intergration.
Наследование: System.ApplicationException
Показать файл Открыть проект

Открытые методы

Метод Описание
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