Exception.__toString C# (CSharp) Метод

__toString() публичный Метод

public __toString ( ) : string
Результат string
    public virtual string __toString()
    {
        throw new NotImplementedException();
    }
}