UpdateFailedException Constructeurs

Définition

Surcharges

UpdateFailedException()
UpdateFailedException(Exception)
UpdateFailedException(String)
UpdateFailedException(String, Exception)

UpdateFailedException()

public UpdateFailedException ();

S’applique à

UpdateFailedException(Exception)

public UpdateFailedException (Exception innerException);

Paramètres

innerException
Exception

S’applique à

UpdateFailedException(String)

public UpdateFailedException (string message);

Paramètres

message
String

S’applique à

UpdateFailedException(String, Exception)

public UpdateFailedException (string message, Exception innerException);

Paramètres

message
String
innerException
Exception

S’applique à