UpdateFailedException Oluşturucular

Tanım

Aşırı Yüklemeler

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

UpdateFailedException()

public UpdateFailedException ();

Şunlara uygulanır

UpdateFailedException(Exception)

public UpdateFailedException (Exception innerException);

Parametreler

innerException
Exception

Şunlara uygulanır

UpdateFailedException(String)

public UpdateFailedException (string message);

Parametreler

message
String

Şunlara uygulanır

UpdateFailedException(String, Exception)

public UpdateFailedException (string message, Exception innerException);

Parametreler

message
String
innerException
Exception

Şunlara uygulanır