ControlNameAlreadyExistsException Constructors

Definition

Overloads

ControlNameAlreadyExistsException()
ControlNameAlreadyExistsException(Exception)
ControlNameAlreadyExistsException(String)
ControlNameAlreadyExistsException(String, Exception)
ControlNameAlreadyExistsException(String, String)
ControlNameAlreadyExistsException(String, String, Exception)

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

Applies to