Axiom.RenderSystems.DirectX9.D3DRenderSystem.GetErrorDescription C# (CSharp) Метод

GetErrorDescription() приватный метод

private GetErrorDescription ( int errorNumber ) : string
errorNumber int
Результат string
        public override string GetErrorDescription(int errorNumber)
        {
            return string.Format( "D3D9 error {0}", errorNumber );
        }
D3DRenderSystem