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
Afficher le fichier Open project: veler/AlgorithmSimulator

Méthodes publiques

Méthode Description
NotAssignableException ( string message ) : System

Initialize a new instance of NotAssignableException

Method Details

NotAssignableException() public méthode

Initialize a new instance of NotAssignableException
public NotAssignableException ( string message ) : System
message string The error message
Résultat System