Platform Symphony .NET API Reference - Version 5.0
SoamException Constructor (message, errorCode)
NamespacesPlatform.Symphony.SoamSoamExceptionSoamException(String, Int32)
Constructs an exception with the provided detail message and an error code.
Declaration Syntax
C#
public SoamException(
	string message,
	int errorCode
)
Parameters
message (String)
The detail message. The detail message can be accessed through the Message property.
errorCode (Int32)
The error code. The error code can be accessed through the ErroCode property.

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