Aracılığıyla paylaş


ModelBuildingCompletedEventArgs Oluşturucu

Ad alanı:  Microsoft.Data.Schema.Build
Derleme:  Microsoft.Data.Schema (Microsoft.Data.Schema.dll içinde)

Sözdizimi

'Bildirim
Public Sub New ( _
    caughtException As Exception, _
    caughtExceptionContext As Object, _
    fileLoadErrors As IList(Of Tuple(Of String, String)), _
    unprocessedFiles As IList(Of String), _
    filesAttempted As IList(Of String) _
)
public ModelBuildingCompletedEventArgs(
    Exception caughtException,
    Object caughtExceptionContext,
    IList<Tuple<string, string>> fileLoadErrors,
    IList<string> unprocessedFiles,
    IList<string> filesAttempted
)
public:
ModelBuildingCompletedEventArgs(
    Exception^ caughtException, 
    Object^ caughtExceptionContext, 
    IList<Tuple<String^, String^>^>^ fileLoadErrors, 
    IList<String^>^ unprocessedFiles, 
    IList<String^>^ filesAttempted
)
new : 
        caughtException:Exception * 
        caughtExceptionContext:Object * 
        fileLoadErrors:IList<Tuple<string, string>> * 
        unprocessedFiles:IList<string> * 
        filesAttempted:IList<string> -> ModelBuildingCompletedEventArgs
public function ModelBuildingCompletedEventArgs(
    caughtException : Exception, 
    caughtExceptionContext : Object, 
    fileLoadErrors : IList<Tuple<String, String>>, 
    unprocessedFiles : IList<String>, 
    filesAttempted : IList<String>
)

Parametreler

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ModelBuildingCompletedEventArgs Sınıf

Microsoft.Data.Schema.Build Ad Alanı