ExceededLimitException Class

Represents the error that occurs when the operation exceeds the throttling limits set by the administrator.

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.BusinessData.Infrastructure.BdcException
      Microsoft.BusinessData.Runtime.RuntimeException
        Microsoft.BusinessData.Runtime.ExceededLimitException

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
<SerializableAttribute> _
<DataContractAttribute> _
Public Class ExceededLimitException _
    Inherits RuntimeException
'Usage
Dim instance As ExceededLimitException
[SerializableAttribute]
[DataContractAttribute]
public class ExceededLimitException : RuntimeException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ExceededLimitException Members

Microsoft.BusinessData.Runtime Namespace