C# Class Algo.Runtime.Build.Runtime.Debugger.Exceptions.NotAssignableException

Represents an exception thrown when we try to assign a non-assignable object, like a method.
Inheritance: InvalidOperationException
Show file Open project: veler/AlgorithmSimulator

Public Methods

Method Description
NotAssignableException ( string message ) : System

Initialize a new instance of NotAssignableException

Method Details

NotAssignableException() public method

Initialize a new instance of NotAssignableException
public NotAssignableException ( string message ) : System
message string The error message
return System