Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.