Share via


PackageFormatExceptionState.Message property

Returns the message that describes the error.

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

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

PackageFormatExceptionState members

WebSvcBdcAdminService namespace