RegisterObjectNoProjectException Constructor (String, Exception)

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    ex As Exception _
)
public RegisterObjectNoProjectException(
    string message,
    Exception ex
)
public:
RegisterObjectNoProjectException(
    String^ message, 
    Exception^ ex
)
new : 
        message:string * 
        ex:Exception -> RegisterObjectNoProjectException
public function RegisterObjectNoProjectException(
    message : String, 
    ex : Exception
)

Parameters

.NET Framework Security

See Also

Reference

RegisterObjectNoProjectException Class

RegisterObjectNoProjectException Overload

Microsoft.TeamFoundation.Framework.Client Namespace