RuntimeBinderException Constructor
Initializes a new instance of the RuntimeBinderException class.
Assembly: Microsoft.CSharp (in Microsoft.CSharp.dll)
| Name | Description | |
|---|---|---|
![]() | RuntimeBinderException() | Initializes a new instance of the RuntimeBinderException class. |
![]() | RuntimeBinderException(SerializationInfo^, StreamingContext) | Initializes a new instance of the RuntimeBinderException class that has serialized data. |
![]() | RuntimeBinderException(String^) | Initializes a new instance of the RuntimeBinderException class that has a specified error message. |
![]() | RuntimeBinderException(String^, Exception^) | Initializes a new instance of the RuntimeBinderException class that has a specified error message and a reference to the inner exception that is the cause of this exception. |

