UtilityException-Konstruktor

Initializes a new instance of the UtilityException class.

Das Element ist überladen. Um vollständige Informationen zu diesem Element zu erhalten, einschließlich Syntax, Verwendung und Beispielen, klicken Sie auf einen Namen in der Überladungsliste.

Überladungsliste

  Name Beschreibung
Öffentliche Methode UtilityException() () () () Initializes a new, default instance of the UtilityException class with the default property values.
Öffentliche Methode UtilityException(String) Initializes a new, default instance of the UtilityException class with the specified error message.
Geschützte Methode UtilityException(SerializationInfo, StreamingContext) Initializes a new, default instance of the UtilityException class with serialized data.
Öffentliche Methode UtilityException(String, Exception) Initializes a new, default instance of the UtilityException class with the specified error message and inner exception.

Zum Anfang