API Reference

Class

OfflineAddressBookLimitExceededException

Namespace OfficeIMO.Email.AddressBook
Assembly OfficeIMO.Email
Base IOException
Implements
ISerializable
Modifiers sealed

Raised when an OAB structure exceeds a configured safety limit.

Inheritance

  • IOException
  • OfflineAddressBookLimitExceededException

Constructors

public OfflineAddressBookLimitExceededException(String limitName, Int64 actualValue, Int64 limitValue, String location = null) #

Creates a limit exception.

Parameters

limitName System.String requiredposition: 0
actualValue System.Int64 requiredposition: 1
limitValue System.Int64 requiredposition: 2
location System.String = null optionalposition: 3

Properties

public String LimitName { get; } #

Name of the exceeded option.

public String Location { get; } #

Logical source location when available.