CannotFindObjectToFillException Class

Definition

The exception that is thrown when the Visual Studio Tools for Office runtime cannot locate an object in the data cache of a document-level customization.

public ref class CannotFindObjectToFillException sealed : Microsoft::VisualStudio::Tools::Applications::Runtime::RuntimeException
[System.Serializable]
public sealed class CannotFindObjectToFillException : Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
[<System.Serializable>]
type CannotFindObjectToFillException = class
    inherit RuntimeException
Public NotInheritable Class CannotFindObjectToFillException
Inherits RuntimeException
Inheritance
CannotFindObjectToFillException
Attributes

Remarks

For more information about caching data in document-level customizations, see Caching Data and Accessing Data in Documents on the Server.

Constructors

CannotFindObjectToFillException()
CannotFindObjectToFillException(String)
CannotFindObjectToFillException(String, Exception)
CannotFindObjectToFillException(String, Type)

Applies to