UnknownCustomizationFileException Class

Definition

The exception that is thrown when you pass a file with an extension that is not supported by Office development tools in Visual Studio to a ServerDocument constructor or method.

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

Remarks

For information about the file formats supported by document-level customizations in Visual Studio, see Architecture of Document-Level Customizations.

Constructors

UnknownCustomizationFileException()
UnknownCustomizationFileException(String)
UnknownCustomizationFileException(String, Exception)

Applies to