Share via


PackageFormatExceptionState.SerializedInnerSystemException property

Gets or sets the serialized form of the exception which caused the error.

Namespace:  WebSvcBdcAdminService
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property SerializedInnerSystemException As MetadataExceptionState
    Get
    Set
'Usage
Dim instance As PackageFormatExceptionState
Dim value As MetadataExceptionState

value = instance.SerializedInnerSystemException

instance.SerializedInnerSystemException = value
[DataMemberAttribute]
public MetadataExceptionState SerializedInnerSystemException { get; set; }

Property value

Type: Microsoft.SharePoint.BusinessData.Administration.MetadataExceptionState
The serialized form of the exception which caused the error

See also

Reference

PackageFormatExceptionState class

PackageFormatExceptionState members

WebSvcBdcAdminService namespace