Exception.__toString C# (CSharp) Méthode

__toString() public méthode

public __toString ( ) : string
Résultat string
    public virtual string __toString()
    {
        throw new NotImplementedException();
    }
}