ModelBuildingCompletedEventArgs - конструктор
Пространство имен: Microsoft.Data.Schema.Build
Сборка: Microsoft.Data.Schema (в Microsoft.Data.Schema.dll)
Синтаксис
'Декларация
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>
)
Параметры
- caughtException
Тип: System.Exception
- caughtExceptionContext
Тип: System.Object
- fileLoadErrors
Тип: System.Collections.Generic.IList<Tuple<String, String>>
- unprocessedFiles
Тип: System.Collections.Generic.IList<String>
- filesAttempted
Тип: System.Collections.Generic.IList<String>
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.