Axiom.RenderSystems.DirectX9.D3DRenderSystem.GetErrorDescription C# (CSharp) Method

GetErrorDescription() private method

private GetErrorDescription ( int errorNumber ) : string
errorNumber int
return string
        public override string GetErrorDescription(int errorNumber)
        {
            return string.Format( "D3D9 error {0}", errorNumber );
        }
D3DRenderSystem