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

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

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