CannotRemoveCustomizationException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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:
The RemoveCustomization method of a Document object.
The RemoveCustomization method of a Workbook object.
Constructors
CannotRemoveCustomizationException() | |
CannotRemoveCustomizationException(Exception) | |
CannotRemoveCustomizationException(String, Exception) | |
CannotRemoveCustomizationException(String) |