RegistrationException::ErrorInfo Property
.NET Framework (current version)
Gets an array of RegistrationErrorInfo objects that describe registration errors.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
public: property array<RegistrationErrorInfo^>^ ErrorInfo { array<RegistrationErrorInfo^>^ get(); }
Property Value
Type: array<System.EnterpriseServices::RegistrationErrorInfo^>^The array of RegistrationErrorInfo objects.
When a catalog error COMADMIN_E_OBJECTERRORS occurs the registration helper will read the ErrorInfo collection, and return it through the ErrorInfo property.
.NET Framework
Available since 1.1
Available since 1.1
Show: