ModelingEditorFactory.HandleEditorCreationException(String, Exception) Method

Definition

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.

Applies to