DocData.HandleSaveDocDataException Method
Manages any exceptions that were thrown when the document was saving.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntax
'Declaration
Protected Overridable Sub HandleSaveDocDataException ( _
fileName As String, _
exception As Exception _
)
protected virtual void HandleSaveDocDataException(
string fileName,
Exception exception
)
protected:
virtual void HandleSaveDocDataException(
String^ fileName,
Exception^ exception
)
abstract HandleSaveDocDataException :
fileName:string *
exception:Exception -> unit
override HandleSaveDocDataException :
fileName:string *
exception:Exception -> unit
protected function HandleSaveDocDataException(
fileName : String,
exception : Exception
)
Parameters
fileName
Type: System.StringThe name of the document that was saving.
exception
Type: System.ExceptionThe 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.