Share via


SetDataBindingFailedException Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the SetDataBindingFailedException class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method SetDataBindingFailedException() Initializes a new instance of the SetDataBindingFailedException class.
Public method SetDataBindingFailedException(Exception)
Public method SetDataBindingFailedException(String) Initializes a new instance of the SetDataBindingFailedException class with a specified error message.
Public method SetDataBindingFailedException(FailureReason) Initializes a new instance of the SetDataBindingFailedException class with a specified reason that the data binding failed.
Public method 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.
Public method 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.
Public method SetDataBindingFailedException(FailureReason, String) Initializes a new instance of the SetDataBindingFailedException class with a specified reason that the data binding failed, and the error message.
Public method 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.

Top

See Also

Reference

SetDataBindingFailedException Class

Microsoft.Office.Tools.Excel Namespace