C# Class VersionTasks.Exceptions.TfsException

Inheritance: System.Exception
Mostra file Open project: martinbuberl/VersionTasks

Public Methods

Method Description
TfsException ( string message ) : System

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

Method Details

TfsException() public method

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.
return System