Share via


DocData.HandleLoadDocDataException(String, Exception, Boolean) Method

Definition

Called to handle exception thrown during LoadDocData (if any)

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

Parameters

fileName
String

Name of the file LoadDocData was called for.

exception
Exception

Exception thrown.

isReload
Boolean

True if reload, false otherwise.

Applies to