SetDataBindingFailedException.Reason Property
Provides a reason that the data binding failed.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.v4.0.Framework (in Microsoft.Office.Tools.v4.0.Framework.dll)
Syntax
'Declaration
Public ReadOnly Property Reason As FailureReason
Get
public FailureReason Reason { get; }
Property Value
Type: Microsoft.Office.Tools.Excel.FailureReason
One of the FailureReason enumeration members.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.