Exception.__toString C# (CSharp) Method

__toString() public method

public __toString ( ) : string
return string
    public virtual string __toString()
    {
        throw new NotImplementedException();
    }
}