ErrorRecord.FullyQualifiedErrorId Property

Definition

String which uniquely identifies this error condition.

public:
 property System::String ^ FullyQualifiedErrorId { System::String ^ get(); };
public:
 property Platform::String ^ FullyQualifiedErrorId { Platform::String ^ get(); };
public string FullyQualifiedErrorId { get; }
member this.FullyQualifiedErrorId : string
Public ReadOnly Property FullyQualifiedErrorId As String

Property Value

never null

Remarks

FullyQualifiedErrorid identifies this error condition more specifically than either the ErrorCategory or the Exception. Use FullyQualifiedErrorId to filter specific error conditions, or to associate special handling with specific error conditions.

Applies to