ControlNameAlreadyExistsException Constructeurs

Définition

Surcharges

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

ControlNameAlreadyExistsException()

public ControlNameAlreadyExistsException ();

S’applique à

ControlNameAlreadyExistsException(Exception)

public ControlNameAlreadyExistsException (Exception innerException);

Paramètres

innerException
Exception

S’applique à

ControlNameAlreadyExistsException(String)

public ControlNameAlreadyExistsException (string identifier);

Paramètres

identifier
String

S’applique à

ControlNameAlreadyExistsException(String, Exception)

public ControlNameAlreadyExistsException (string identifier, Exception innerException);

Paramètres

identifier
String
innerException
Exception

S’applique à

ControlNameAlreadyExistsException(String, String)

public ControlNameAlreadyExistsException (string message, string identifier);

Paramètres

message
String
identifier
String

S’applique à

ControlNameAlreadyExistsException(String, String, Exception)

public ControlNameAlreadyExistsException (string message, string identifier, Exception innerException);

Paramètres

message
String
identifier
String
innerException
Exception

S’applique à