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>
)

パラメーター

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

ModelBuildingCompletedEventArgs クラス

Microsoft.Data.Schema.Build 名前空間