Show / Hide Table of Contents

    Constructor RuntimeInconsistencyException

    RuntimeInconsistencyException()

    Initialises a new RuntimeInconsistencyException instance with the default error message.
    Declaration
    public RuntimeInconsistencyException()

    RuntimeInconsistencyException(String)

    Initialises a new RuntimeInconsistencyException instance with a technical description on the detected runtime library inconsistency.
    Declaration
    public RuntimeInconsistencyException(string inconsistency)
    Parameters
    Type Name Description
    String inconsistency The technical description on the detected runtime library inconsistency.

    RuntimeInconsistencyException(String, String)

    Initialises a new RuntimeInconsistencyException instance with a technical description on the detected runtime library inconsistency and an error message.
    Declaration
    public RuntimeInconsistencyException(string inconsistency, string message)
    Parameters
    Type Name Description
    String inconsistency The technical description on the detected runtime library inconsistency.
    String message The error message that explains the reason for the exception.

    RuntimeInconsistencyException(String, Exception)

    Initialises a new RuntimeInconsistencyException instance with a specified error message and a reference to the inner exception that is the cause of this exception.
    Declaration
    public RuntimeInconsistencyException(string message, Exception innerException)
    Parameters
    Type Name Description
    String message The error message that explains the reason for the exception.
    Exception innerException The exception that is the cause of the current exception. If the innerException parameter is not a null reference, then the current exception was raised in a catch block that handles the inner exception.

    RuntimeInconsistencyException(String, String, Exception)

    Initialises a new RuntimeInconsistencyException instance with a specified error message and a reference to the inner exception that is the cause of this exception.
    Declaration
    public RuntimeInconsistencyException(string inconsistency, string message, Exception innerException)
    Parameters
    Type Name Description
    String inconsistency The technical description on the detected runtime library inconsistency.
    String message The error message that explains the reason for the exception.
    Exception innerException The exception that is the cause of the current exception. If the innerException parameter is not a null reference, then the current exception was raised in a catch block that handles the inner exception.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.