Elmah.Error.ToString C# (CSharp) Méthode

ToString() public méthode

Returns the value of the Message property.
public ToString ( ) : string
Résultat string
        public override string ToString()
        {
            return this.Message;
        }