Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class ConversionException

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

    Constructors

    | Edit this page View Source

    ConversionException(string)

    Declaration
    public ConversionException(string message)
    Parameters
    Type Name Description
    string message
    | Edit this page View Source

    ConversionException(string, Exception)

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

    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