PackageFormatExceptionState.Message Property
Returns the message that describes the error.
Namespace: [BdcAdminService Web service]
Service reference: http://Site/_vti_bin/BdcAdminService.svc
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Message As String
Get
Set
'Usage
Dim instance As PackageFormatExceptionState
Dim value As String
value = instance.Message
instance.Message = value
[DataMemberAttribute]
public string Message { get; set; }
Property Value
Type: System.String
The message that describes the error.
See Also
Reference
PackageFormatExceptionState Class