CannotRemoveControlException Constructors
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.
Overloads
CannotRemoveControlException()
public:
CannotRemoveControlException();
public CannotRemoveControlException ();
Public Sub New ()
Applies to
CannotRemoveControlException(Exception)
public:
CannotRemoveControlException(Exception ^ innerException);
public CannotRemoveControlException (Exception innerException);
new Microsoft.Office.Tools.CannotRemoveControlException : Exception -> Microsoft.Office.Tools.CannotRemoveControlException
Public Sub New (innerException As Exception)
Parameters
- innerException
- Exception
Applies to
CannotRemoveControlException(String)
public:
CannotRemoveControlException(System::String ^ identifier);
public CannotRemoveControlException (string identifier);
new Microsoft.Office.Tools.CannotRemoveControlException : string -> Microsoft.Office.Tools.CannotRemoveControlException
Public Sub New (identifier As String)
Parameters
- identifier
- String
Applies to
CannotRemoveControlException(String, Exception)
public:
CannotRemoveControlException(System::String ^ identifier, Exception ^ innerException);
public CannotRemoveControlException (string identifier, Exception innerException);
new Microsoft.Office.Tools.CannotRemoveControlException : string * Exception -> Microsoft.Office.Tools.CannotRemoveControlException
Public Sub New (identifier As String, innerException As Exception)
Parameters
- identifier
- String
- innerException
- Exception
Applies to
CannotRemoveControlException(String, String)
public:
CannotRemoveControlException(System::String ^ message, System::String ^ identifier);
public CannotRemoveControlException (string message, string identifier);
new Microsoft.Office.Tools.CannotRemoveControlException : string * string -> Microsoft.Office.Tools.CannotRemoveControlException
Public Sub New (message As String, identifier As String)
Parameters
- message
- String
- identifier
- String
Applies to
CannotRemoveControlException(String, String, Exception)
public:
CannotRemoveControlException(System::String ^ message, System::String ^ identifier, Exception ^ innerException);
public CannotRemoveControlException (string message, string identifier, Exception innerException);
new Microsoft.Office.Tools.CannotRemoveControlException : string * string * Exception -> Microsoft.Office.Tools.CannotRemoveControlException
Public Sub New (message As String, identifier As String, innerException As Exception)
Parameters
- message
- String
- identifier
- String
- innerException
- Exception