<PackageReference Include="Microsoft.CSharp" Version="4.0.1-beta-23409" />

RuntimeBinderException

Represents an error that occurs when a dynamic bind in the C# runtime binder is processed.

Initializes a new instance of the RuntimeBinderException class.

public RuntimeBinderException(string message)

Initializes a new instance of the RuntimeBinderException class that has a specified error message.

public RuntimeBinderException(string message, Exception innerException)

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.