Constructs an exception with the provided detail message and cause.

C# |
public SoamException( string message, Exception cause )

- message (String)
- The detail message. The detail message can be accessed through the Message property.
- cause (Exception)
- The cause of the exception. The cause can be accessed through the InnerException property.
