C# Класс Algo.Runtime.Build.Runtime.Debugger.Exceptions.NotAssignableException

Represents an exception thrown when we try to assign a non-assignable object, like a method.
Наследование: InvalidOperationException
Показать файл Открыть проект

Открытые методы

Метод Описание
NotAssignableException ( string message ) : System

Initialize a new instance of NotAssignableException

Описание методов

NotAssignableException() публичный Метод

Initialize a new instance of NotAssignableException
public NotAssignableException ( string message ) : System
message string The error message
Результат System