Constructs an exception with the provided detail message and no cause.

C# |
public SoamException( string message )

- message (String)
- The detail message. The detail message can be accessed through the Message property.
C# |
public SoamException( string message )