ModelBuildingCompletedEventArgs.ModelBuildingResults (Método)
Espacio de nombres: Microsoft.Data.Schema.Build
Ensamblado: Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)
Sintaxis
'Declaración
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>%
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.