CannotCreateCustomizationDomainException Class

Definition

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
CannotCreateCustomizationDomainException
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.

Constructors

CannotCreateCustomizationDomainException()
CannotCreateCustomizationDomainException(Exception)
CannotCreateCustomizationDomainException(String)
CannotCreateCustomizationDomainException(String, Exception)

Applies to