ModelBuildingCompletedEventArgs-Konstruktor
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), _
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>
)
Parameter
- caughtException
Typ: System.Exception
- caughtExceptionContext
Typ: System.Object
- fileLoadErrors
Typ: System.Collections.Generic.IList<Tuple<String, String>>
- unprocessedFiles
Typ: System.Collections.Generic.IList<String>
- filesAttempted
Typ: System.Collections.Generic.IList<String>
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.