CannotCreateCustomizationDomainException 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 an application domain cannot be created and the assembly for an Office solution cannot be loaded.
public ref class CannotCreateCustomizationDomainException sealed : Microsoft::VisualStudio::Tools::Applications::Runtime::RuntimeException
[System.Serializable]
public sealed class CannotCreateCustomizationDomainException : Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
[<System.Serializable>]
type CannotCreateCustomizationDomainException = class
inherit RuntimeException
Public NotInheritable Class CannotCreateCustomizationDomainException
Inherits RuntimeException
- Inheritance
- Attributes
Remarks
This exception is often caused by an error in the security configuration on the computer that is running the Office solution. To get more specific information about the error, use the Message and InnerException properties.