Constructor BindingException
BindingException()
Declaration
public BindingException()
BindingException(string)
Declaration
public BindingException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
BindingException(string, Exception)
Declaration
public BindingException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | inner |