Platform Symphony .NET API Reference - Version 5.0
SoamException Constructor (message, cause)
NamespacesPlatform.Symphony.SoamSoamExceptionSoamException(String, Exception)
Constructs an exception with the provided detail message and cause.
Declaration Syntax
C#
public SoamException(
	string message,
	Exception cause
)
Parameters
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.
Remarks

Assembly: Platform.Symphony.Soam.Net (Module: Platform.Symphony.Soam.Net) Version: 5.0.0.0