C# Класс Hpdi.VssLogicalLib.VssPathException

Exception thrown when an invalid VSS path is used.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
VssPathException ( ) : System
VssPathException ( string message ) : System
VssPathException ( string message, Exception innerException ) : System

Описание методов

VssPathException() публичный Метод

public VssPathException ( ) : System
Результат System

VssPathException() публичный Метод

public VssPathException ( string message ) : System
message string
Результат System

VssPathException() публичный Метод

public VssPathException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System