C# Class VersionTasks.Exceptions.TfsException

Inheritance: System.Exception
Afficher le fichier Open project: martinbuberl/VersionTasks

Méthodes publiques

Méthode Description
TfsException ( string message ) : System

Initializes a new instance of the TfsException class with a specified error message.

Method Details

TfsException() public méthode

Initializes a new instance of the TfsException class with a specified error message.
public TfsException ( string message ) : System
message string The message that describes the error.
Résultat System