| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim code As UInteger Dim e As Exception Dim format As String Dim args() As Object Dim value As ServiceResultException value = ServiceResultException.Create(code, e, format, args)  | |
| C# | |
|---|---|
public static ServiceResultException Create( uint code, Exception e, string format, params object[] args )  | |
Parameters
- code
 - e
 - format
 - args
 
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x