PackageFormatExceptionState.ServerStackTrace Property
Gets or sets the stack trace of the exception which caused the error.
Namespace: [BdcAdminService Web service]
Service reference: http://Site/_vti_bin/BdcAdminService.svc
Syntax
'Declaration
<DataMemberAttribute> _
Public Property ServerStackTrace As String
Get
Set
'Usage
Dim instance As PackageFormatExceptionState
Dim value As String
value = instance.ServerStackTrace
instance.ServerStackTrace = value
[DataMemberAttribute]
public string ServerStackTrace { get; set; }
Property Value
Type: System.String
The stack trace of the exception which caused the error.
See Also
Reference
PackageFormatExceptionState Class