Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class FatalException

    Inheritance
    object
    Exception
    BaseException
    FatalException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Innovt.Core.Exceptions
    Assembly: Innovt.Core.dll
    Syntax
    [Serializable]
    public class FatalException : BaseException, ISerializable

    Constructors

    | Edit this page View Source

    FatalException(Exception)

    Initializes a new instance of the FatalException class with a specified inner exception.

    Declaration
    public FatalException(Exception ex)
    Parameters
    Type Name Description
    Exception ex

    The inner exception that is the cause of this exception.

    | Edit this page View Source

    FatalException(SerializationInfo, StreamingContext)

    Declaration
    protected FatalException(SerializationInfo serializationInfo, StreamingContext streamingContext)
    Parameters
    Type Name Description
    SerializationInfo serializationInfo
    StreamingContext streamingContext
    | Edit this page View Source

    FatalException(string)

    Initializes a new instance of the FatalException class with a specified error message.

    Declaration
    public FatalException(string message)
    Parameters
    Type Name Description
    string message

    The error message that describes the reason for the exception.

    | Edit this page View Source

    FatalException(string, Exception)

    Initializes a new instance of the FatalException class with a specified error message and a reference to the inner exception that is the cause of this exception.

    Declaration
    public FatalException(string message, Exception ex)
    Parameters
    Type Name Description
    string message

    The error message that describes the reason for the exception.

    Exception ex

    The inner exception that is the cause of this exception.

    Implements

    ISerializable

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX