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
- functionName
 Type: System.String
- serviceName
 Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.