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