DocData.HandleSaveDocDataException(String, Exception) Methode

Definition

Wird aufgerufen, um eine Ausnahme zu behandeln, die während savedocdata ausgelöst wurde

protected:
 virtual void HandleSaveDocDataException(System::String ^ fileName, Exception ^ exception);
protected virtual void HandleSaveDocDataException (string fileName, Exception exception);
abstract member HandleSaveDocDataException : string * Exception -> unit
override this.HandleSaveDocDataException : string * Exception -> unit
Protected Overridable Sub HandleSaveDocDataException (fileName As String, exception As Exception)

Parameter

fileName
String

Der Name der Datei, für die savedocdata aufgerufen wurde.

exception
Exception

Ausnahme ausgelöst.

Gilt für