DocumentAlreadyCustomizedException Klasse

Definition

Die Ausnahme, die ausgelöst wird, wenn Sie versuchen, eine Anpassung an ein Dokument anzufügen, die bereits Teil einer Anpassung auf Dokumentebene ist, die mithilfe von Office-Entwicklungstools in Visual Studio erstellt wurde.

[System.Serializable]
public sealed class DocumentAlreadyCustomizedException : Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
Vererbung
DocumentAlreadyCustomizedException
Attribute

Hinweise

Diese Ausnahme wird ausgelöst, wenn Sie versuchen, die- AddCustomization Methode der- ServerDocument Klasse zu verwenden, um eine Anpassung an ein Dokument anzufügen, dem bereits eine Anpassung zugeordnet ist.

Konstruktoren

DocumentAlreadyCustomizedException()
DocumentAlreadyCustomizedException(Exception)
DocumentAlreadyCustomizedException(String)
DocumentAlreadyCustomizedException(String, Exception)

Gilt für