Show / Hide Table of Contents

StatusMessage Property

StatusMessage

A short textual description of the status.

C#
string StatusMessage { get; }

Property Value

Type Description
string

Remarks

This intended to displayed to the end-user, when an unhandled error occurs. Programs should use Status for normal flow control.

In this article
Back to top Generated by DocFX