Show / Hide Table of Contents

    Class RuntimeException

    The exception that is thrown on runtime library errors.
    Inheritance
    ArgumentNullException
    RuntimeException
    RuntimeInconsistencyException
    Namespace: XploRe.Runtime
    Assembly: XploRe.Runtime.dll
    Syntax
    public class RuntimeException : ArgumentNullException

    Constructors

    Name Description
    RuntimeException() Initialises a new RuntimeException instance with the default error message.
    RuntimeException(String) Initialises a new RuntimeException instance with a specified error message.
    RuntimeException(String, Exception) Initialises a new RuntimeException instance with a specified error message and a reference to the inner exception that is the cause of this exception.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.