RegistrationException.ErrorInfo Propiedad

Definición

Obtiene una matriz de objetos RegistrationErrorInfo que describen errores de 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

La matriz de objetos RegistrationErrorInfo.

Comentarios

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

Se aplica a