Class NodeNotFoundFault
Represents a SOAP message fault details returned to the caller, if requested node is not found in Repository.
Inherited Members
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. |