SomServiceException(String, Exception) Constructor |
Namespace: Scanjour.Workflow4.TestFrameworkAssembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic SomServiceException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
public:
SomServiceException(
String^ message,
Exception^ inner
)
new :
message : string *
inner : Exception -> SomServiceException
Parameters
- message String
[Missing <param name="message"/> documentation for "M:Scanjour.Workflow4.TestFramework.SomServiceException.#ctor(System.String,System.Exception)"]
- inner Exception
[Missing <param name="inner"/> documentation for "M:Scanjour.Workflow4.TestFramework.SomServiceException.#ctor(System.String,System.Exception)"]
See Also