SomServiceException Constructor (String, Exception)

Scanjour Workflow4 Reference Manual
Initializes a new instance of the SomServiceException class

Namespace:  Scanjour.Workflow4.TestFramework
Assembly:  Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public SomServiceException(
	string message,
	Exception inner
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Scanjour.Workflow4.TestFramework.SomServiceException.#ctor(System.String,System.Exception)"]

inner
Type: SystemException

[Missing <param name="inner"/> documentation for "M:Scanjour.Workflow4.TestFramework.SomServiceException.#ctor(System.String,System.Exception)"]

See Also

Reference