Initializes a new instance of the FormatException with the specified error message.
Namespace: Apptus.Util.Xml
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public FormatException( string message )
Parameters
- message
- Type: SystemString
The error message
See Also