| Visual Basic (Usage) | Copy Code |
|---|---|
Dim code As StatusCode Dim innerException As Exception Dim instance As New ServiceResult(code, innerException) | |
| C# | |
|---|---|
public ServiceResult( StatusCode code, Exception innerException ) | |
Parameters
- code
- innerException
The innerException is used to construct the innerResult.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x