RegistrationException::ErrorInfo Property

 

Gets an array of RegistrationErrorInfo objects that describe registration errors.

Namespace:   System.EnterpriseServices
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
Return to top
Show: