C# Class Hpdi.VssLogicalLib.VssPathException

Exception thrown when an invalid VSS path is used.
Inheritance: System.Exception
Afficher le fichier Open project: abevoelker/vss2git

Méthodes publiques

Méthode Description
VssPathException ( ) : System
VssPathException ( string message ) : System
VssPathException ( string message, Exception innerException ) : System

Method Details

VssPathException() public méthode

public VssPathException ( ) : System
Résultat System

VssPathException() public méthode

public VssPathException ( string message ) : System
message string
Résultat System

VssPathException() public méthode

public VssPathException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System