Freigeben über


FailedOperationException-Konstruktor

Initializes a new instance of the FailedOperationException class.

Überladungsliste 

  Name Beschreibung
Öffentliche Methode FailedOperationException() () () () Initializes a new instance of the FailedOperationException class.
Öffentliche Methode FailedOperationException(String) Initializes a new instance of the FailedOperationException class that has the specified message.
Öffentliche Methode FailedOperationException(String, Exception) Initializes a new instance of the FailedOperationException class that has the specified message and inner exception.
Öffentliche Methode FailedOperationException(String, Object, Exception) Initializes a new instance of the FailedOperationException class with the specified object on which the specified operation failed and that has the specified inner exception.
Öffentliche Methode FailedOperationException(String, Object, Exception, String) Initializes a new instance of the FailedOperationException class that has the specified object on which the specified operation failed, and that has the specified inner exception and reason for occurring.

Zum Anfang