ModelingEditorFactory.HandleEditorCreationException Method
Handles an exception if one occurs when an additional modeling editor is created.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaration
Protected Overridable Sub HandleEditorCreationException ( _
fileName As String, _
exception As Exception _
)
protected virtual void HandleEditorCreationException(
string fileName,
Exception exception
)
protected:
virtual void HandleEditorCreationException(
String^ fileName,
Exception^ exception
)
abstract HandleEditorCreationException :
fileName:string *
exception:Exception -> unit
override HandleEditorCreationException :
fileName:string *
exception:Exception -> unit
protected function HandleEditorCreationException(
fileName : String,
exception : Exception
)
Parameters
- fileName
Type: System.String
The name of the document.
- exception
Type: System.Exception
The exception that was thrown.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.