DocData.HandleLoadDocDataException(String, Exception, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.