ModelingEditorFactory.HandleEditorCreationException(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 CreateEditorInstance (if any)
protected:
virtual void HandleEditorCreationException(System::String ^ fileName, Exception ^ exception);
protected virtual void HandleEditorCreationException (string fileName, Exception exception);
abstract member HandleEditorCreationException : string * Exception -> unit
override this.HandleEditorCreationException : string * Exception -> unit
Protected Overridable Sub HandleEditorCreationException (fileName As String, exception As Exception)
Parameters
- fileName
- String
Name of the file CreateEditorInstance was called for.
- exception
- Exception
Exception thrown.