DocData.HandleSaveDocDataException(String, Exception) Method

Definition

Called to handle exception thrown during SaveDocData (if any)

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)

Parameters

fileName
String

Name of the file SaveDocData was called for.

exception
Exception

Exception thrown.

Applies to