SetDataBindingFailedException.Reason Property (2007 System)
Provides a reason that the data binding failed.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
Public ReadOnly Property Reason As FailureReason
'Usage
Dim instance As SetDataBindingFailedException
Dim value As FailureReason
value = instance.Reason
public FailureReason Reason { get; }
public:
property FailureReason Reason {
FailureReason get ();
}
public function get Reason () : FailureReason
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.
See Also
Reference
SetDataBindingFailedException Class