ELeadException Constructor (String)
Initializes a new instance of the ELeadException class.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common.Library (in Microsoft.TeamFoundation.Common.Library.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
public ELeadException(
string message
)
public:
ELeadException(
String^ message
)
new :
message:string -> ELeadException
public function ELeadException(
message : String
)
Parameters
- message
Type: System.String
A user-readable message describing the error.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.