Search Results for

    Show / Hide Table of Contents

    Class TemporaryProgressConversionException

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

    Inheritance
    System.Object
    System.Exception
    TemporaryConversionException
    TemporaryProgressConversionException
    Implements
    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Inherited Members
    TemporaryConversionException.TemporaryContent
    TemporaryConversionException.RetryAfter
    System.Exception.GetBaseException()
    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 TemporaryProgressConversionException : TemporaryConversionException, ISerializable, _Exception
    Remarks

    Progress will indicate the current progress in percent

    Constructors

    TemporaryProgressConversionException(String, Double)

    Declaration
    public TemporaryProgressConversionException(string message, double progress)
    Parameters
    Type Name Description
    System.String message
    System.Double progress

    Properties

    Progress

    Current progress where 0 is no progress and 1 is finished.

    Declaration
    public double Progress { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Exception.ToString()

    Implements

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