ModelBuildingCompletedEventArgs.ModelBuildingResults Method
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub ModelBuildingResults ( _
<OutAttribute> ByRef caughtException As Exception, _
<OutAttribute> ByRef caughtExceptionContext As Object, _
<OutAttribute> ByRef fileLoadErrors As IList(Of Tuple(Of String, String)), _
<OutAttribute> ByRef unprocessedFiles As IList(Of String), _
<OutAttribute> ByRef filesAttempted As IList(Of String) _
)
public void ModelBuildingResults(
out Exception caughtException,
out Object caughtExceptionContext,
out IList<Tuple<string, string>> fileLoadErrors,
out IList<string> unprocessedFiles,
out IList<string> filesAttempted
)
public:
void ModelBuildingResults(
[OutAttribute] Exception^% caughtException,
[OutAttribute] Object^% caughtExceptionContext,
[OutAttribute] IList<Tuple<String^, String^>^>^% fileLoadErrors,
[OutAttribute] IList<String^>^% unprocessedFiles,
[OutAttribute] IList<String^>^% filesAttempted
)
member ModelBuildingResults :
caughtException:Exception byref *
caughtExceptionContext:Object byref *
fileLoadErrors:IList<Tuple<string, string>> byref *
unprocessedFiles:IList<string> byref *
filesAttempted:IList<string> byref -> unit
public function ModelBuildingResults(
caughtException : Exception,
caughtExceptionContext : Object,
fileLoadErrors : IList<Tuple<String, String>>,
unprocessedFiles : IList<String>,
filesAttempted : IList<String>
)
Parameters
- caughtException
Type: System.Exception%
- caughtExceptionContext
Type: System.Object%
- fileLoadErrors
Type: System.Collections.Generic.IList<Tuple<String, String>>%
- unprocessedFiles
Type: System.Collections.Generic.IList<String>%
- filesAttempted
Type: System.Collections.Generic.IList<String>%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.