Show / Hide Table of Contents

    Method IsServerError

    IsServerError(Int32)

    Determines whether a given error code is from the implementation-defined server-errors range.
    Declaration
    public static bool IsServerError(int code)
    Parameters
    Type Name Description
    Int32 code The error code to test.
    Returns
    Type Description
    Boolean true, if code is a server error, otherwise false.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.