ErrorRecord.FullyQualifiedErrorId Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
never null
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.