ItemLimitExceededException class
Represents an exception that is thrown when trying to start a job, which causes the item limit for the caller to be exceeded.
Inheritance hierarchy
System.Object
System.Exception
Microsoft.Office.TranslationServices.ItemLimitExceededException
Namespace: Microsoft.Office.TranslationServices
Assembly: Microsoft.Office.TranslationServices (in Microsoft.Office.TranslationServices.dll)
Syntax
'Declaration
Public Class ItemLimitExceededException _
Inherits Exception _
Implements ISerializable
'Usage
Dim instance As ItemLimitExceededException
public class ItemLimitExceededException : Exception,
ISerializable
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.