LoadOptions

LoadOptions()

Initialisiert eine neue Instanz vonLoadOptions Klasse.

public LoadOptions()

Siehe auch


LoadOptions(FileType)

Initialisiert eine neue Instanz vonLoadOptions Klasse.

public LoadOptions(FileType fileType)
Parameter Typ Beschreibung
fileType FileType Der Typ der zu öffnenden Datei.

Ausnahmen

Ausnahme Bedingung
ArgumentNullException Wann geworfenfileType ist Null.

Siehe auch