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), _
<OutAttribute> unprocessedFiles As Boolean, _
<OutAttribute> filesAttempted As String _
)
public void ModelBuildingResults(
out Exception caughtException,
out Object caughtExceptionContext,
out IList<Tuple> fileLoadErrors,
bool unprocessedFiles,
string filesAttempted
)
public:
void ModelBuildingResults(
[OutAttribute] Exception^% caughtException,
[OutAttribute] Object^% caughtExceptionContext,
[OutAttribute] IList<Tuple^>^% fileLoadErrors,
[OutAttribute] bool unprocessedFiles,
[OutAttribute] String^ filesAttempted
)
member ModelBuildingResults :
caughtException:Exception byref *
caughtExceptionContext:Object byref *
fileLoadErrors:IList<Tuple> byref *
unprocessedFiles:bool byref *
filesAttempted:string byref -> unit
public function ModelBuildingResults(
caughtException : Exception,
caughtExceptionContext : Object,
fileLoadErrors : IList<Tuple>,
unprocessedFiles : boolean,
filesAttempted : String
)
Parameters
- caughtException
Type: System.Exception%
- caughtExceptionContext
Type: System.Object%
- fileLoadErrors
Type: System.Collections.Generic.IList<Tuple<T1, T2>>%
- unprocessedFiles
Type: System.Boolean
- filesAttempted
Type: System.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.
See Also
Reference
ModelBuildingCompletedEventArgs Class