Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class CriticalException

    Inheritance
    object
    Exception
    BaseException
    CriticalException
    InternalException
    ConversionException
    DiscriminatorException
    InvalidDiscriminatorException
    MissingEntityMapException
    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 CriticalException : BaseException, ISerializable

    Constructors

    | Edit this page View Source

    CriticalException(Exception)

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

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

    The inner exception that caused the critical issue.

    | Edit this page View Source

    CriticalException(SerializationInfo, StreamingContext)

    Initializes a new instance of the CriticalException class with serialized data.

    Declaration
    protected CriticalException(SerializationInfo serializationInfo, StreamingContext streamingContext)
    Parameters
    Type Name Description
    SerializationInfo serializationInfo

    The SerializationInfo containing serialized object data.

    StreamingContext streamingContext

    The StreamingContext representing the source or destination of the serialized data.

    | Edit this page View Source

    CriticalException(string)

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

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

    The error message that describes the critical issue.

    | Edit this page View Source

    CriticalException(string, Exception)

    Initializes a new instance of the CriticalException class with a specified error message and inner exception.

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

    The error message that describes the critical issue.

    Exception ex

    The inner exception that caused the critical issue.

    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