Exception.getPrevious C# (CSharp) 메소드

getPrevious() 공개 메소드

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