Compartir a través de


RegistrationException.ErrorInfo Propiedad

Definición

Obtiene una matriz de objetos que describen los errores de RegistrationErrorInfo registro.

public:
 property cli::array <System::EnterpriseServices::RegistrationErrorInfo ^> ^ ErrorInfo { cli::array <System::EnterpriseServices::RegistrationErrorInfo ^> ^ get(); };
public System.EnterpriseServices.RegistrationErrorInfo[] ErrorInfo { get; }
member this.ErrorInfo : System.EnterpriseServices.RegistrationErrorInfo[]
Public ReadOnly Property ErrorInfo As RegistrationErrorInfo()

Valor de propiedad

Matriz de RegistrationErrorInfo objetos.

Comentarios

Cuando se produce un error de catálogo COMADMIN_E_OBJECTERRORS se produce el asistente de registro, leerá la ErrorInfo colección y la devolverá a través de la ErrorInfo propiedad .

Se aplica a