AddInException.ErrorId Property
Gets the identifier for the error.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public AddInError ErrorId { get; set; }
public:
property AddInError ErrorId {
AddInError get();
void set(AddInError value);
}
Public Property ErrorId As AddInError
Property Value
Type: Microsoft.WindowsServerSolutions.AddinInfrastructure.AddInError
An instance of AddInError.
See Also
AddInException Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top