ErrorString
Holds a String value. This value is used to store the errors that were encountered while working with any of the database objects.
myErrLabel.Text = this.ErrorString;
| C# | |
|---|---|
public virtual string ErrorString {get; set;} | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0