Share via


ErrorCommandArgsBase.ErrorTagTypeNames Property

Definition

The list of ErrorType name strings of tags applicable to this command invocation.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ ErrorTagTypeNames { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> ErrorTagTypeNames { get; }
member this.ErrorTagTypeNames : seq<string>
Public ReadOnly Property ErrorTagTypeNames As IEnumerable(Of String)

Property Value

Remarks

Can be null, indicating that this command applies to all types of errors.

Applies to