CannotCreateCustomizationDomainException Class
The exception that is thrown when an application domain cannot be created and the assembly for an Office solution cannot be loaded.
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::CannotCreateCustomizationDomainException
| Name | Description | |
|---|---|---|
![]() | CannotCreateCustomizationDomainException() | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | CannotCreateCustomizationDomainException(Exception^) | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | CannotCreateCustomizationDomainException(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | CannotCreateCustomizationDomainException(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.) |
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.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

