Método ModelBuildingCompletedEventArgs.ModelBuildingResults
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
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>
)
Parâmetros
- caughtException
Tipo: System.Exception%
- caughtExceptionContext
Tipo: System.Object%
- fileLoadErrors
Tipo: System.Collections.Generic.IList<Tuple<String, String>>%
- unprocessedFiles
Tipo: System.Collections.Generic.IList<String>%
- filesAttempted
Tipo: System.Collections.Generic.IList<String>%
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.