ServiceNotRegisteredException 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 ServiceNotRegisteredException(
    string message,
    Exception ex
)
public:
ServiceNotRegisteredException(
    String^ message, 
    Exception^ ex
)
new : 
        message:string * 
        ex:Exception -> ServiceNotRegisteredException
public function ServiceNotRegisteredException(
    message : String, 
    ex : Exception
)

Parameters

.NET Framework Security

See Also

Reference

ServiceNotRegisteredException Class

ServiceNotRegisteredException Overload

Microsoft.TeamFoundation.Framework.Client Namespace