UnknownCustomizationFileException Class
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.
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)
System::Exception
Microsoft.VisualStudio.Tools.Applications.Runtime::RuntimeException
Microsoft.VisualStudio.Tools.Applications.Runtime::UnknownCustomizationFileException
| Name | Description | |
|---|---|---|
![]() | UnknownCustomizationFileException() | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | UnknownCustomizationFileException(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | UnknownCustomizationFileException(String^, Exception^) | This API supports the product infrastructure and is not intended to be used directly from your code. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | ToString() | (Inherited from Exception.) |
For information about the file formats supported by document-level customizations in Visual Studio, see Architecture of Document-Level Customizations.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

