命名空間: 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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。