Search Results for

    Show / Hide Table of Contents

    Class ConversionLimitReachedException

    Use this exception to indicate that we have a temporary problem with the conversion process

    Inheritance
    System.Object
    System.Exception
    TemporaryConversionException
    ConversionLimitReachedException
    Implements
    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Inherited Members
    TemporaryConversionException.TemporaryContent
    TemporaryConversionException.RetryAfter
    System.Exception.GetBaseException()
    System.Exception.ToString()
    System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.Exception.GetType()
    System.Exception.Message
    System.Exception.Data
    System.Exception.InnerException
    System.Exception.TargetSite
    System.Exception.StackTrace
    System.Exception.HelpLink
    System.Exception.Source
    System.Exception.HResult
    System.Exception.SerializeObjectState
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Core.Common.Conversion
    Assembly: ImageVault.Core.dll
    Syntax
    public class ConversionLimitReachedException : TemporaryConversionException, ISerializable, _Exception
    Remarks

    Usage of this exception indicates that we can try the conversion process again after some time and the exception can provide TemporaryContent to use instead of the requested one. 2011-03-30 dan: Created

    Constructors

    ConversionLimitReachedException(String)

    Declaration
    public ConversionLimitReachedException(string message)
    Parameters
    Type Name Description
    System.String message

    Properties

    MoreInformationUrl

    Declaration
    public string MoreInformationUrl { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    In This Article
    Back to top (c) Meriworks 2002-2022