Exception.getPrevious C# (CSharp) Method

getPrevious() public method

public getPrevious ( ) : Throwable
return Throwable
    public virtual Throwable getPrevious()
    {
        throw new NotImplementedException();
    }