ServiceVersionNotSupportedException Constructor (String, Exception)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

ServiceVersionNotSupportedException Class

ServiceVersionNotSupportedException Overload

Microsoft.TeamFoundation.Framework.Server Namespace