Click or drag to resize
XdsRetryException Constructor (String)
Initializes a new instance of the XdsRetryException class

Namespace: DXMLBase.Xds
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public XdsRetryException(
	string message
)

Parameters

message
Type: SystemString
The message.
See Also