Click or drag to resize
SourceException Constructor
Initializes a new instance of the SourceException with the specified error message.

Namespace:  Apptus.Util.Xml
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public SourceException(
	string message
)

Parameters

message
Type: SystemString
The error message
See Also