ServiceEndpointFault Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ServiceEndpointFault() |
Initializes a new instance of the ServiceEndpointFault class. |
ServiceEndpointFault(String) |
Initializes a new instance of the ServiceEndpointFault class with the specified fault reason. |
ServiceEndpointFault()
Initializes a new instance of the ServiceEndpointFault class.
public:
ServiceEndpointFault();
public ServiceEndpointFault ();
Public Sub New ()
Applies to
ServiceEndpointFault(String)
Initializes a new instance of the ServiceEndpointFault class with the specified fault reason.
public:
ServiceEndpointFault(System::String ^ message);
public ServiceEndpointFault (string message);
new Microsoft.Xrm.Sdk.ServiceEndpointFault : string -> Microsoft.Xrm.Sdk.ServiceEndpointFault
Public Sub New (message As String)
Parameters
- message
- String
The reason for the fault.