Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the ExportErrorEventArgs class.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntax
'Declaration
Public Sub New ( _
exportedDiagramsCount As Integer, _
projectFile As String, _
exception As Exception _
)
public ExportErrorEventArgs(
int exportedDiagramsCount,
string projectFile,
Exception exception
)
public:
ExportErrorEventArgs(
int exportedDiagramsCount,
String^ projectFile,
Exception^ exception
)
new :
exportedDiagramsCount:int *
projectFile:string *
exception:Exception -> ExportErrorEventArgs
public function ExportErrorEventArgs(
exportedDiagramsCount : int,
projectFile : String,
exception : Exception
)
Parameters
exportedDiagramsCount
Type: Int32The number of diagrams that have been exported in the current operation.
projectFile
Type: StringThe file name of the diagram that is being exported.
exception
Type: ExceptionThe exception that relates to the current error, if any.
.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.