SetDataBindingFailedException Class
Represents the exception that is thrown when an attempt to set data binding on the NamedRange control, Chart control, XmlMappedRange control, or ListObject control fails.
Assembly: Microsoft.Office.Tools.v4.0.Framework (in Microsoft.Office.Tools.v4.0.Framework.dll)
System::Exception
Microsoft.VisualStudio.Tools.Applications.Runtime::RuntimeException
Microsoft.Office.Tools.Excel::SetDataBindingFailedException
| Name | Description | |
|---|---|---|
![]() | SetDataBindingFailedException() | Initializes a new instance of the SetDataBindingFailedException class. |
![]() | SetDataBindingFailedException(Exception^) | |
![]() | SetDataBindingFailedException(FailureReason) | Initializes a new instance of the SetDataBindingFailedException class with a specified reason that the data binding failed. |
![]() | SetDataBindingFailedException(FailureReason, Exception^) | Initializes a new instance of the SetDataBindingFailedException class with a specified reason that the data binding failed, and a reference to the inner exception that is the cause of this exception. |
![]() | SetDataBindingFailedException(FailureReason, Exception^, String^) | Initializes a new instance of the SetDataBindingFailedException class with a specified reason that the data binding failed, the error message, and a reference to the inner exception that is the cause of this exception. |
![]() | SetDataBindingFailedException(FailureReason, String^) | Initializes a new instance of the SetDataBindingFailedException class with a specified reason that the data binding failed, and the error message. |
![]() | SetDataBindingFailedException(String^) | Initializes a new instance of the SetDataBindingFailedException class with a specified error message. |
![]() | SetDataBindingFailedException(String^, Exception^) | Initializes a new instance of the SetDataBindingFailedException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | (Inherited from Exception.) |
![]() | Reason | Provides a reason that the data binding failed. |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | |
![]() | GetType() | (Inherited from Exception.) |
![]() | ToString() | (Inherited from Exception.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

