ArcGIS Runtime SDK for WPF - Library Reference
LocalServerException Constructor(String,Exception)
See Also 
ESRI.ArcGIS.Client.Local Namespace > LocalServerException Class > LocalServerException Constructor : LocalServerException Constructor(String,Exception)

error
A System.String representing the error.
inner
A System.Exception representing the inner exception message.
Initializes a new instance of the LocalServerException class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal error As String, _
   ByVal inner As Exception _
)
C# 
public LocalServerException( 
   string error,
   Exception inner
)

Parameters

error
A System.String representing the error.
inner
A System.Exception representing the inner exception message.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.