ServiceNotFoundException Constructor (String, Exception)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.MVVM
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

ServiceNotFoundException Class

ServiceNotFoundException Overload

Microsoft.TeamFoundation.MVVM Namespace