Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class InternalException

    Exception thrown when an internal critical error occurs. This type of exception is used for errors that are considered critical and may require special handling.

    Inheritance
    object
    Exception
    BaseException
    CriticalException
    InternalException
    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.Cloud.AWS.Cognito.Exceptions
    Assembly: Innovt.Cloud.AWS.Cognito.dll
    Syntax
    public class InternalException : CriticalException, ISerializable

    Constructors

    | Edit this page View Source

    InternalException(Exception)

    Initializes a new instance of the InternalException class with a reference to the inner exception that is the cause of this exception.

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

    The inner exception that is the cause of this exception.

    | Edit this page View Source

    InternalException(SerializationInfo, StreamingContext)

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

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

    The SerializationInfo that holds the serialized object data about the exception being thrown.

    StreamingContext streamingContext

    The StreamingContext that contains contextual information about the source or destination.

    | Edit this page View Source

    InternalException(string)

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

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

    The error message that describes the exception.

    | Edit this page View Source

    InternalException(string, Exception)

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

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

    The error message that describes 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