CannotRemoveCustomizationException Class

Definition

The exception that is thrown when a customization could not be programmatically removed from a document.

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

Remarks

This exception is thrown by the following methods if the custom document properties or the cached data could not be removed from the document:

Constructors

CannotRemoveCustomizationException()
CannotRemoveCustomizationException(Exception)
CannotRemoveCustomizationException(String)
CannotRemoveCustomizationException(String, Exception)

Applies to