Constructor BinderException
| Improve this Doc View SourceBinderException()
Initializes a new instance of the BinderException class with a default message.
Declaration
public BinderException()
BinderException(String)
Initializes a new instance of the BinderException class with the a specified error message.
Declaration
public BinderException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |