InformationNodeDoesNotExistException Constructor (String)

Initializes a new InformationNodeDoesNotExistException instance.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public InformationNodeDoesNotExistException(
    string message
)
public:
InformationNodeDoesNotExistException(
    String^ message
)
new : 
        message:string -> InformationNodeDoesNotExistException
public function InformationNodeDoesNotExistException(
    message : String
)

Parameters

  • message
    Type: System.String

    A message that describes the error.

.NET Framework Security

See Also

Reference

InformationNodeDoesNotExistException Class

InformationNodeDoesNotExistException Overload

Microsoft.TeamFoundation.Build.Client Namespace