Show / Hide Table of Contents

    Class NodeNotFoundFault

    Represents a SOAP message fault details returned to the caller, if requested node is not found in Repository.

    Inheritance
    Object
    NodeNotFoundFault
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Services
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class NodeNotFoundFault

    Constructors

    NodeNotFoundFault()

    Initializes the new instance fo the NodeNotFoundFault object.

    Declaration
    public NodeNotFoundFault()

    NodeNotFoundFault(String)

    Initializes the new instance fo the NodeNotFoundFault object.

    Declaration
    public NodeNotFoundFault(string message)
    Parameters
    Type Name Description
    String message

    The fault message.

    Properties

    Message

    Gets or sets the fault message.

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

    Methods

    Create(String)

    Creates fault exception with specified message.

    Declaration
    public static FaultException<NodeNotFoundFault> Create(string message)
    Parameters
    Type Name Description
    String message

    Message that will be a fault reason.

    Returns
    Type Description
    FaultException<NodeNotFoundFault>

    Fault exception populated with specified message.

    Back to top Nevatech Sentinet 6.5 Online Documentation