﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>Microsoft.Office.Tools.v4.0.Framework</name>
  </assembly>
  <members>
    <member name="T:Microsoft.Office.Tools.CannotRemoveControlException">
      <summary>The exception that is thrown when code tries to remove a host control or Windows Forms control that was added to a document at design time.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.CannotRemoveControlException.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.CannotRemoveControlException.#ctor(System.Exception)"></member>
    <member name="M:Microsoft.Office.Tools.CannotRemoveControlException.#ctor(System.String)"></member>
    <member name="M:Microsoft.Office.Tools.CannotRemoveControlException.#ctor(System.String,System.Exception)"></member>
    <member name="M:Microsoft.Office.Tools.CannotRemoveControlException.#ctor(System.String,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.CannotRemoveControlException.#ctor(System.String,System.String,System.Exception)"></member>
    <member name="T:Microsoft.Office.Tools.CannotRemoveCustomizationException">
      <summary>The exception that is thrown when a customization could not be programmatically removed from a document. </summary>
    </member>
    <member name="M:Microsoft.Office.Tools.CannotRemoveCustomizationException.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.CannotRemoveCustomizationException.#ctor(System.Exception)"></member>
    <member name="M:Microsoft.Office.Tools.CannotRemoveCustomizationException.#ctor(System.String)"></member>
    <member name="M:Microsoft.Office.Tools.CannotRemoveCustomizationException.#ctor(System.String,System.Exception)"></member>
    <member name="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">
      <summary>The exception that is thrown when you try to add a control to a Microsoft Office Excel workbook or Microsoft Office Word document at run time, but the name provided for the new control already exists in the workbook or document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.ControlNameAlreadyExistsException.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.ControlNameAlreadyExistsException.#ctor(System.Exception)"></member>
    <member name="M:Microsoft.Office.Tools.ControlNameAlreadyExistsException.#ctor(System.String)"></member>
    <member name="M:Microsoft.Office.Tools.ControlNameAlreadyExistsException.#ctor(System.String,System.Exception)"></member>
    <member name="M:Microsoft.Office.Tools.ControlNameAlreadyExistsException.#ctor(System.String,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.ControlNameAlreadyExistsException.#ctor(System.String,System.String,System.Exception)"></member>
    <member name="T:Microsoft.Office.Tools.InvalidRangeException">
      <summary>The exception that is thrown when you try to add a control to a Microsoft Office Excel workbook at run time, but the specified range contains multiple areas instead of a contiguous block of cells.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.InvalidRangeException.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.InvalidRangeException.#ctor(System.Exception)"></member>
    <member name="M:Microsoft.Office.Tools.InvalidRangeException.#ctor(System.String)"></member>
    <member name="M:Microsoft.Office.Tools.InvalidRangeException.#ctor(System.String,System.Exception)"></member>
    <member name="T:Microsoft.Office.Tools.RangeNotOnWorksheetException">
      <summary>The exception that is thrown when the range provided does not exist on the worksheet.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.RangeNotOnWorksheetException.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.RangeNotOnWorksheetException.#ctor(System.Exception)"></member>
    <member name="M:Microsoft.Office.Tools.RangeNotOnWorksheetException.#ctor(System.String)"></member>
    <member name="M:Microsoft.Office.Tools.RangeNotOnWorksheetException.#ctor(System.String,System.Exception)"></member>
    <member name="M:Microsoft.Office.Tools.RangeNotOnWorksheetException.#ctor(System.String,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.RangeNotOnWorksheetException.#ctor(System.String,System.String,System.Exception)"></member>
    <member name="T:Microsoft.Office.Tools.Excel.FailureReason">
      <summary>Provides the reason why the <see cref="T:Microsoft.Office.Tools.Excel.ListObject" /> data binding failed.</summary>
    </member>
    <member name="F:Microsoft.Office.Tools.Excel.FailureReason.CouldNotResizeListObject">
      <summary>The <see cref="T:Microsoft.Office.Tools.Excel.ListObject" /> could not be resized to make room for all of the data to be displayed.</summary>
    </member>
    <member name="F:Microsoft.Office.Tools.Excel.FailureReason.InvalidDataSource">
      <summary>The data source specified is not valid.</summary>
    </member>
    <member name="F:Microsoft.Office.Tools.Excel.FailureReason.NoDataBoundColumnsSpecified">
      <summary>At least one of the columns specified must map to the <see cref="T:System.Data.DataTable" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Tools.Excel.ListObjectNotDataBoundException">
      <summary>The exception that is thrown when you use the <see cref="M:Microsoft.Office.Tools.Excel.ListObject.Disconnect" /> method of a <see cref="T:Microsoft.Office.Tools.Excel.ListObject" /> that is not bound to data.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Excel.ListObjectNotDataBoundException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Excel.ListObjectNotDataBoundException" /> class.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Excel.ListObjectNotDataBoundException.#ctor(System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Excel.ListObjectNotDataBoundException" /> class with the inner exception that is the cause of this exception.</summary>
      <param name="innerException">The exception that is the cause of the current exception. </param>
    </member>
    <member name="M:Microsoft.Office.Tools.Excel.ListObjectNotDataBoundException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Excel.ListObjectNotDataBoundException" /> class with a specified error message. </summary>
      <param name="message">A message that describes the error. </param>
    </member>
    <member name="M:Microsoft.Office.Tools.Excel.ListObjectNotDataBoundException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Excel.ListObjectNotDataBoundException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
      <param name="message">A message that describes the error.</param>
      <param name="innerException">The exception that is the cause of the current exception. </param>
    </member>
    <member name="T:Microsoft.Office.Tools.Excel.SetDataBindingFailedException">
      <summary>Represents the exception that is thrown when an attempt to set data binding on the <see cref="T:Microsoft.Office.Tools.Excel.NamedRange" /> control, <see cref="T:Microsoft.Office.Tools.Excel.Chart" /> control, <see cref="T:Microsoft.Office.Tools.Excel.XmlMappedRange" /> control, or <see cref="T:Microsoft.Office.Tools.Excel.ListObject" /> control fails.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Excel.SetDataBindingFailedException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Excel.SetDataBindingFailedException" /> class.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Excel.SetDataBindingFailedException.#ctor(Microsoft.Office.Tools.Excel.FailureReason)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Excel.SetDataBindingFailedException" /> class with a specified reason that the data binding failed. </summary>
      <param name="reason">A reason that the data binding failed. </param>
    </member>
    <member name="M:Microsoft.Office.Tools.Excel.SetDataBindingFailedException.#ctor(Microsoft.Office.Tools.Excel.FailureReason,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Excel.SetDataBindingFailedException" /> class with a specified reason that the data binding failed, and a reference to the inner exception that is the cause of this exception.</summary>
      <param name="reason">A reason that the data binding failed. </param>
      <param name="innerException">The exception that is the cause of the current exception. </param>
    </member>
    <member name="M:Microsoft.Office.Tools.Excel.SetDataBindingFailedException.#ctor(Microsoft.Office.Tools.Excel.FailureReason,System.Exception,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Excel.SetDataBindingFailedException" /> class with a specified reason that the data binding failed, the error message, and a reference to the inner exception that is the cause of this exception.</summary>
      <param name="reason">A reason that the data binding failed. </param>
      <param name="innerException">The exception that is the cause of the current exception. </param>
      <param name="message">A message that describes the error.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Excel.SetDataBindingFailedException.#ctor(Microsoft.Office.Tools.Excel.FailureReason,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Excel.SetDataBindingFailedException" /> class with a specified reason that the data binding failed, and the error message.</summary>
      <param name="reason">A reason that the data binding failed. </param>
      <param name="message">A message that describes the error.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Excel.SetDataBindingFailedException.#ctor(System.Exception)"></member>
    <member name="M:Microsoft.Office.Tools.Excel.SetDataBindingFailedException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Excel.SetDataBindingFailedException" /> class with a specified error message.</summary>
      <param name="message">A message that describes the error. </param>
    </member>
    <member name="M:Microsoft.Office.Tools.Excel.SetDataBindingFailedException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Excel.SetDataBindingFailedException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
      <param name="message">A message that describes the error.</param>
      <param name="innerException">The exception that is the cause of the current exception. </param>
    </member>
    <member name="M:Microsoft.Office.Tools.Excel.SetDataBindingFailedException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
    <member name="P:Microsoft.Office.Tools.Excel.SetDataBindingFailedException.Reason">
      <summary>Provides a reason that the data binding failed.</summary>
      <returns>One of the <see cref="T:Microsoft.Office.Tools.Excel.FailureReason" /> enumeration members.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Outlook.ControlNotFoundException">
      <summary>Represents errors that occur when a control is not found in the Microsoft.Vbe.Interop.Forms.UserForm of an imported form region.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Outlook.ControlNotFoundException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Outlook.ControlNotFoundException" /> class. </summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Outlook.ControlNotFoundException.#ctor(System.Exception)"></member>
    <member name="M:Microsoft.Office.Tools.Outlook.ControlNotFoundException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Outlook.ControlNotFoundException" /> class by using the name of a control that is not found in the Microsoft.Vbe.Interop.Forms.UserForm of an imported form region.</summary>
      <param name="identifier">The name of the control that is not found in the Microsoft.Vbe.Interop.Forms.UserForm of the form region.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Outlook.ControlNotFoundException.#ctor(System.String,System.Exception)"></member>
    <member name="M:Microsoft.Office.Tools.Outlook.ControlNotFoundException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
    <member name="P:Microsoft.Office.Tools.Outlook.ControlNotFoundException.Identifier">
      <summary>Gets the name of a control that is not found in the Microsoft.Vbe.Interop.Forms.UserForm of an imported form region.</summary>
      <returns>A string that represents the name of the control that is not found in the Microsoft.Vbe.Interop.Forms.UserForm of the form region.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Outlook.FormRegionMessageClassAttribute">
      <summary>Represents an attribute that specifies the name of a Microsoft Office Outlook message class to associate with the form region.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Outlook.FormRegionMessageClassAttribute.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionMessageClassAttribute" /> class. </summary>
      <param name="messageClass">The name of a message class.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="messageClass" /> argument is null or is empty.</exception>
      <exception cref="T:System.ArgumentException">The <paramref name="messageClass" /> argument is greater than 255 characters in length.</exception>
      <exception cref="T:Microsoft.Office.Tools.Outlook.InvalidMessageClassException">The <paramref name="messageClass" /> argument is invalid. For more information about valid message class names, see Associating a Form Region with an Outlook Message Class.</exception>
    </member>
    <member name="F:Microsoft.Office.Tools.Outlook.FormRegionMessageClassAttribute.Activity">
      <summary>Specifies the message class name of a Microsoft Office Outlook Journal item.</summary>
    </member>
    <member name="F:Microsoft.Office.Tools.Outlook.FormRegionMessageClassAttribute.Appointment">
      <summary>Specifies the message class name of a Microsoft Office Outlook Appointment item.</summary>
    </member>
    <member name="F:Microsoft.Office.Tools.Outlook.FormRegionMessageClassAttribute.Contact">
      <summary>Specifies the message class name of a Microsoft Office Outlook Contact item.</summary>
    </member>
    <member name="F:Microsoft.Office.Tools.Outlook.FormRegionMessageClassAttribute.DistributionList">
      <summary>Specifies the message class name of a Microsoft Office Outlook Distribution List item.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Outlook.FormRegionMessageClassAttribute.MessageClass">
      <summary>Gets the name of the message class to associate with the form region.</summary>
      <returns>A string that represents the name of the message class to associate with the form region.</returns>
    </member>
    <member name="F:Microsoft.Office.Tools.Outlook.FormRegionMessageClassAttribute.Note">
      <summary>Specifies the message class name of a Microsoft Office Outlook Mail item.</summary>
    </member>
    <member name="F:Microsoft.Office.Tools.Outlook.FormRegionMessageClassAttribute.Post">
      <summary>Specifies the message class name of a Microsoft Office Outlook Post item.</summary>
    </member>
    <member name="F:Microsoft.Office.Tools.Outlook.FormRegionMessageClassAttribute.PostRss">
      <summary>Specifies the message class name of a Microsoft Office Outlook RSS Post item.</summary>
    </member>
    <member name="F:Microsoft.Office.Tools.Outlook.FormRegionMessageClassAttribute.Task">
      <summary>Specifies the message class name of a Microsoft Office Outlook Task item.</summary>
    </member>
    <member name="T:Microsoft.Office.Tools.Outlook.FormRegionNameAttribute">
      <summary>Represents the name that uniquely identifies a form region across all Outlook add-ins.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Outlook.FormRegionNameAttribute.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionNameAttribute" /> class.</summary>
      <param name="name">A string that uniquely identifies the form region across all add-ins.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Outlook.FormRegionNameAttribute.Name">
      <summary>Gets a name that uniquely identifies the form region across all add-ins.</summary>
      <returns>A string that represents the name of the form region.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Outlook.FormRegionStorageNullException">
      <summary>Represents an error that occurs when the <see cref="M:Microsoft.Office.Tools.Outlook.IFormRegionFactory.GetFormRegionStorage(System.Object,Microsoft.Office.Interop.Outlook.OlFormRegionMode,Microsoft.Office.Interop.Outlook.OlFormRegionSize)" /> method of the form region factory class returns null.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Outlook.FormRegionStorageNullException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionStorageNullException" /> class. </summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Outlook.FormRegionStorageNullException.#ctor(System.Exception)"></member>
    <member name="M:Microsoft.Office.Tools.Outlook.FormRegionStorageNullException.#ctor(System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Outlook.FormRegionStorageNullException.#ctor(System.String,System.Exception)"></member>
    <member name="T:Microsoft.Office.Tools.Outlook.InvalidMessageClassException">
      <summary>Represents errors that occur when a specified message class name is not valid.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Outlook.InvalidMessageClassException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Outlook.InvalidMessageClassException" /> class. </summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Outlook.InvalidMessageClassException.#ctor(System.Exception)"></member>
    <member name="M:Microsoft.Office.Tools.Outlook.InvalidMessageClassException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Outlook.InvalidMessageClassException" /> class by using the invalid message class name.</summary>
      <param name="messageClass">The invalid message class name.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Outlook.InvalidMessageClassException.#ctor(System.String,System.Exception)"></member>
    <member name="M:Microsoft.Office.Tools.Outlook.InvalidMessageClassException.#ctor(System.String,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Outlook.InvalidMessageClassException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
    <member name="P:Microsoft.Office.Tools.Outlook.InvalidMessageClassException.MessageClass">
      <summary>Gets the invalid message class name.</summary>
      <returns>A string that represents the invalid message class name.</returns>
    </member>
  </members>
</doc>