Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class BaseException

    Inheritance
    object
    Exception
    BaseException
    BusinessException
    ConfigurationException
    CriticalException
    FatalException
    ForbiddenAccessException
    HttpException
    SqlSyntaxException
    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 BaseException : Exception, ISerializable

    Constructors

    | Edit this page View Source

    BaseException()

    Initializes a new instance of the BaseException class.

    Declaration
    public BaseException()
    | Edit this page View Source

    BaseException(Exception)

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

    Declaration
    public BaseException(Exception innerException)
    Parameters
    Type Name Description
    Exception innerException

    The exception that is the cause of the current exception, or a null reference if no inner exception is specified.

    | Edit this page View Source

    BaseException(SerializationInfo, StreamingContext)

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

    Declaration
    protected BaseException(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

    BaseException(string)

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

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

    The error message that explains the reason for the exception.

    | Edit this page View Source

    BaseException(string, Exception)

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

    Declaration
    public BaseException(string message, Exception innerException)
    Parameters
    Type Name Description
    string message

    The error message that explains the reason for the exception.

    Exception innerException

    The exception that is the cause of the current exception, or a null reference if no inner exception is specified.

    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