GroupDocsMetadataException

GroupDocsMetadataException()

Initialisiert eine neue Instanz vonGroupDocsMetadataException Klasse.

public GroupDocsMetadataException()

Siehe auch


GroupDocsMetadataException(string)

Initialisiert eine neue Instanz vonGroupDocsMetadataException Klasse.

public GroupDocsMetadataException(string message)
Parameter Typ Beschreibung
message String Die Nachricht, die den Fehler beschreibt.

Siehe auch


GroupDocsMetadataException(string, Exception)

Initialisiert eine neue Instanz vonGroupDocsMetadataException Klasse.

public GroupDocsMetadataException(string message, Exception innerException)
Parameter Typ Beschreibung
message String Die Fehlermeldung, die den Grund für die Ausnahme erklärt.
innerException Exception Die Ausnahme, die die Ursache der aktuellen Ausnahme ist, oder ein NULL-Verweis (Nothing in Visual Basic), wenn keine innere Ausnahme angegeben ist.

Siehe auch