Show / Hide Table of Contents

    Class ResultFailureException

    Inheritance
    object
    Exception
    ResultFailureException
    ResultFailureException<E>
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    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: Code.Library
    Assembly: Code.Library.dll
    Syntax
    public class ResultFailureException : Exception, ISerializable

    Properties

    | Improve this Doc View Source

    Error

    Declaration
    public string Error { get; }
    Property Value
    Type Description
    string

    Implements

    ISerializable

    Extension Methods

    SerializationHelper.SerializeObject<T>(T)
    SerializationHelper.SerializeObjectUsingBinaryFormatter<T>(T)
    SerializationHelper.SerializeToXML<T>(T)
    GenericTypeExtensions.GetGenericTypeName(object)
    • Improve this Doc
    • View Source
    Back to top Generated by Abhith Rajan using DocFX