Exception.getTraceAsString C# (CSharp) Method

getTraceAsString() public method

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