Search Results for

    Show / Hide Table of Contents

    Class WebFaultDetail

    Summary description for WebFaultDetail.

    Inheritance
    System.Object
    WebFaultDetail
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Common.Lib.Wcf
    Assembly: ImageVault.Common.dll
    Syntax
    public class WebFaultDetail

    Constructors

    WebFaultDetail()

    Initializes a new instance of the WebFaultDetail class.

    Declaration
    public WebFaultDetail()

    WebFaultDetail(Exception)

    Initializes a new instance of the WebFaultDetail class.

    Declaration
    public WebFaultDetail(Exception exception)
    Parameters
    Type Name Description
    System.Exception exception
    Exceptions
    Type Condition
    System.ArgumentNullException

    If exception is null.

    Properties

    Message

    Gets the Message of the WebFaultDetail

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

    Type

    Get/Sets the Type of the WebFaultDetail

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

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022