Construtor CannotRemoveCustomizationException (String, Exception)
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Tools
Assembly: Microsoft.Office.Tools.v4.0.Framework (em Microsoft.Office.Tools.v4.0.Framework.dll)
Sintaxe
'Declaração
Public Sub New ( _
message As String, _
innerException As Exception _
)
public CannotRemoveCustomizationException(
string message,
Exception innerException
)
Parâmetros
- message
Tipo: System.String
- innerException
Tipo: System.Exception
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.
Consulte também
Referência
CannotRemoveCustomizationException Classe