BdcException.ServerStackTrace Property

Gets a server stack trace.

Namespace:  Microsoft.BusinessData.Infrastructure
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public Property ServerStackTrace As String
    Get
    Set
'Usage
Dim instance As BdcException
Dim value As String

value = instance.ServerStackTrace

instance.ServerStackTrace = value
public string ServerStackTrace { get; set; }

Property Value

Type: System.String
The server stack trace string.

See Also

Reference

BdcException Class

BdcException Members

Microsoft.BusinessData.Infrastructure Namespace