DocData.HandleSaveDocDataException(String, Exception) 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 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.