DataServiceOperationNotSupportedException

This exception is thrown when the data model object passed to an operation is not valid or supported for that operation.

Namespace:
Inetdev.Data
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Data.DataAccessException

Constructors

DataServiceOperationNotSupportedException

Initializes a new instance of DataServiceOperationNotSupportedException.

Signature:
public Void DataServiceOperationNotSupportedException(operation, nonSupportingType, reason, src)
Parameters
Name Type Summary
operation String Operation name.
nonSupportingType Type Type that does not supports the operation.
reason String Reason for which the operation is not supported.
src String Source code reference.

In this document