Exception.getCode C# (CSharp) Method

getCode() public method

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