Exception.getCode C# (CSharp) 메소드

getCode() 공개 메소드

public getCode ( ) : int
리턴 int
    public virtual int getCode()
    {
        throw new NotImplementedException();
    }