Show / Hide Table of Contents

    Class TransientFaultException

    The exception that is thrown when a transient fault handling was unsuccessful.

    Inheritance
    System.Object
    System.Exception
    TransientFaultException
    Inherited Members
    System.Exception.GetBaseException()
    System.Exception.Data
    System.Exception.HelpLink
    System.Exception.HResult
    System.Exception.InnerException
    System.Exception.Message
    System.Exception.Source
    System.Exception.StackTrace
    Namespace: Cuemon
    Assembly: Cuemon.Core.dll
    Syntax
    public class TransientFaultException : Exception

    Constructors

    | Improve this Doc

    TransientFaultException()

    Initializes a new instance of the TransientFaultException class.

    Declaration
    public TransientFaultException()
    | Improve this Doc

    TransientFaultException(String, TransientFaultEvidence)

    Initializes a new instance of the TransientFaultException class.

    Declaration
    public TransientFaultException(string message, TransientFaultEvidence evidence)
    Parameters
    Type Name Description
    System.String message

    The message that describes the error.

    TransientFaultEvidence evidence

    The evidence that provide details about the transient fault.

    | Improve this Doc

    TransientFaultException(String, Exception, TransientFaultEvidence)

    Initializes a new instance of the TransientFaultException class.

    Declaration
    public TransientFaultException(string message, Exception innerException, TransientFaultEvidence evidence)
    Parameters
    Type Name Description
    System.String message

    The message that describes the error.

    System.Exception innerException

    The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.

    TransientFaultEvidence evidence

    The evidence that provide details about the transient fault.

    Properties

    | Improve this Doc

    Evidence

    Gets the evidence that provide details about the transient fault of this instance.

    Declaration
    public TransientFaultEvidence Evidence { get; }
    Property Value
    Type Description
    TransientFaultEvidence

    The evidence that provide details about the transient fault.

    Methods

    | Improve this Doc

    ToString()

    Returns a System.String that represents this instance.

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

    A System.String that represents this instance.

    Overrides
    System.Exception.ToString()

    Extension Methods

    ConverterExtensions.ParseWith<TSource, TResult>(TSource, Func<TSource, TResult>)
    ConverterExtensions.ParseWith<TSource, T, TResult>(TSource, Func<TSource, T, TResult>, T)
    ConverterExtensions.ParseWith<TSource, T1, T2, TResult>(TSource, Func<TSource, T1, T2, TResult>, T1, T2)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, TResult>(TSource, Func<TSource, T1, T2, T3, TResult>, T1, T2, T3)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, TResult>(TSource, Func<TSource, T1, T2, T3, T4, TResult>, T1, T2, T3, T4)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, TResult>, T1, T2, T3, T4, T5)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, TResult>, T1, T2, T3, T4, T5, T6)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, TResult>, T1, T2, T3, T4, T5, T6, T7)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, T8, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, T8, TResult>, T1, T2, T3, T4, T5, T6, T7, T8)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>, T1, T2, T3, T4, T5, T6, T7, T8, T9)
    ConverterExtensions.As<TResult>(Object)
    ConverterExtensions.As<TResult>(Object, TResult)
    ConverterExtensions.As<TResult>(Object, TResult, IFormatProvider)
    DelegateUtilityExtensions.Wrap<TResult>(TResult)
    DelegateUtilityExtensions.DynamicWrap<TResult>(TResult)
    ExceptionUtilityExtensions.Refine(Exception, MethodBase, Object[])
    ExceptionUtilityExtensions.Refine(Exception, MethodDescriptor, Object[])
    ExceptionUtilityExtensions.ParseException<TResult>(Exception)
    ExceptionUtilityExtensions.Flatten(Exception)
    ExceptionUtilityExtensions.Flatten(Exception, Type)
    StringConverterExtensions.ToEncodedString(Exception, Boolean)
    StringConverterExtensions.ToEncodedString(Exception, Boolean, Encoding)
    TweakerExtensions.Adjust<T>(T, Func<T, T>)
    TypeUtilityExtensions.Is<T>(Object)
    TypeUtilityExtensions.IsNot<T>(Object)
    TypeUtilityExtensions.IsNullable<T>(T)
    WrapperExtensions.UseWrapper<T>(T, Action<IDictionary<String, Object>>)
    WrapperExtensions.UseWrapper<T>(T, MemberInfo, Action<IDictionary<String, Object>>)
    EnumerableUtilityExtensions.Yield<TSource>(TSource)
    HashUtilityExtensions.ComputeHash(Object, Action<HashOptions>)
    HmacUtilityExtensions.ComputeKeyedHash(Object, Byte[], Action<KeyedHashOptions>)
    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX