BdcException.HasExplicitMessage Property

Determines whether the exception has an explicit message that identifies the encountered problem instead of the generic message that corresponds to the type of the exception.

Namespace:  Microsoft.BusinessData.Infrastructure
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public ReadOnly Property HasExplicitMessage As Boolean
    Get
'Usage
Dim instance As BdcException
Dim value As Boolean

value = instance.HasExplicitMessage
public bool HasExplicitMessage { get; }

Property Value

Type: System.Boolean
true if it has an explicit message; otherwise, false.

See Also

Reference

BdcException Class

BdcException Members

Microsoft.BusinessData.Infrastructure Namespace