ModelBuildingCompletedEventArgs Constructor

Initializes a new instance of the ModelBuildingCompletedEventArgs class.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub New ( _
    caughtException As Exception, _
    caughtExceptionContext As Object, _
    fileLoadErrors As IList(Of Tuple(Of String, String)), _
    unprocessedFiles As IList(Of String) _
)
'Usage
Dim caughtException As Exception
Dim caughtExceptionContext As Object
Dim fileLoadErrors As IList(Of Tuple(Of String, String))
Dim unprocessedFiles As IList(Of String)

Dim instance As New ModelBuildingCompletedEventArgs(caughtException, _
    caughtExceptionContext, fileLoadErrors, _
    unprocessedFiles)
public ModelBuildingCompletedEventArgs(
    Exception caughtException,
    Object caughtExceptionContext,
    IList<Tuple<string, string>> fileLoadErrors,
    IList<string> unprocessedFiles
)
public:
ModelBuildingCompletedEventArgs(
    Exception^ caughtException, 
    Object^ caughtExceptionContext, 
    IList<Tuple<String^, String^>>^ fileLoadErrors, 
    IList<String^>^ unprocessedFiles
)
public function ModelBuildingCompletedEventArgs(
    caughtException : Exception, 
    caughtExceptionContext : Object, 
    fileLoadErrors : IList<Tuple<String, String>>, 
    unprocessedFiles : IList<String>
)
new : 
        caughtException:Exception * 
        caughtExceptionContext:Object * 
        fileLoadErrors:IList<Tuple<string, string>> * 
        unprocessedFiles:IList<string> -> ModelBuildingCompletedEventArgs

Parameters

  • caughtExceptionContext
    Type: System.Object
    The exception context

.NET Framework Security

See Also

Reference

ModelBuildingCompletedEventArgs Class

ModelBuildingCompletedEventArgs Members

Microsoft.Data.Schema.Build Namespace