UnknownCustomizationFileException 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 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
- 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, Exception) | |
UnknownCustomizationFileException(String) |