Class NodeNotFoundFault
Represents a SOAP message fault details returned to the caller, if requested node is not found in Repository.
Inheritance
System.Object
NodeNotFoundFault
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: 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 |
|---|---|---|
| System.String | message | The fault message. |
Properties
Message
Gets or sets the fault message.
Declaration
public string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
Create(String)
Creates fault exception with specified message.
Declaration
public static FaultException<NodeNotFoundFault> Create(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | Message that will be a fault reason. |
Returns
| Type | Description |
|---|---|
| System.ServiceModel.FaultException<NodeNotFoundFault> | Fault exception populated with specified message. |