OperationNotSupportedException Constructor

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

Syntax

'Declaration
Public Sub New ( _
    functionName As String, _
    serviceName As String _
)
public OperationNotSupportedException(
    string functionName,
    string serviceName
)
public:
OperationNotSupportedException(
    String^ functionName, 
    String^ serviceName
)
new : 
        functionName:string * 
        serviceName:string -> OperationNotSupportedException
public function OperationNotSupportedException(
    functionName : String, 
    serviceName : String
)

Parameters

.NET Framework Security

See Also

Reference

OperationNotSupportedException Class

Microsoft.TeamFoundation.Framework.Common Namespace