C# Class Hpdi.VssLogicalLib.VssPathException

Exception thrown when an invalid VSS path is used.
Inheritance: System.Exception
ファイルを表示 Open project: abevoelker/vss2git

Public Methods

Method Description
VssPathException ( ) : System
VssPathException ( string message ) : System
VssPathException ( string message, Exception innerException ) : System

Method Details

VssPathException() public method

public VssPathException ( ) : System
return System

VssPathException() public method

public VssPathException ( string message ) : System
message string
return System

VssPathException() public method

public VssPathException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System