DiagnosticHeader.SubErrorWarning Property
Definition
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.
Gets the sub-error warning code as a string. For example, if the warning code is NNNN.XXXX.YYYY, then the value XXXX.YYYY is returned.
public:
property System::String ^ SubErrorWarning { System::String ^ get(); };
public string SubErrorWarning { get; }
member this.SubErrorWarning : string
Public ReadOnly Property SubErrorWarning As String