ServiceEndpointFault Constructor (String)
Applies To: Dynamics CRM 2015
Initializes a new instance of the ServiceEndpointFault class with the specified fault reason.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public ServiceEndpointFault(
string message
)
public:
ServiceEndpointFault(
String^ message
)
new :
message:string -> ServiceEndpointFault
Public Sub New (
message As String
)
Parameters
message
Type: System.StringType: String. The reason for the fault.
See Also
ServiceEndpointFault Overload
ServiceEndpointFault Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright