Search Results for

    Show / Hide Table of Contents

    Namespace Log

    Classes

    ArgumentException

    The exception that is thrown when an Arguments are not valid.

    ArgumentNullException

    The exception that is thrown when an Argument pointer is null and should not be.

    ArgumentOutOfRangeException

    The exception that is thrown when an Argument array has index out of range.

    CLRInnerException

    The exception that is thrown when a method call is invalid in an object's current state.

    DivideByZeroException

    The exception that is thrown when an number is divided by zero

    Exception

    Represents errors that occur during application execution.

    FileNotFoundException

    The exception that is thrown when a file does not exist.

    IndexOutOfRangeException

    The exception that is thrown when an index is outside the bounds of an array or collection.

    InvalidOperationException

    The exception that is thrown when a method call is invalid in an object's current state.

    IOException

    The exception that is thrown when an I/O error occurs.

    JsonParseException

    The exception that is thrown when parsing json file fails.

    Logger

    Singleton logger class

    NotImplementedException

    The exception that is thrown when a method or operation is not implemented.

    NotSupportedException

    The exception that is thrown when a method or operation is not supported.

    OverflowException

    The exception that is thrown when an arithmetic, casting, or conversion operation results in an overflow.

    PathTooLongException

    The exception that is thrown when a path or file name exceeds the maximum system - defined length.

    PlatformNotSupportedException

    The exception that is thrown when operation is not supported on the current platform.

    TimeoutException

    The exception that is thrown when time interval allotted to an operation has expired.

    In This Article
    • Classes
    Back to top Copyright © 2012-2024 Wojciech Figat