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