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