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
파일 보기 프로젝트 열기: veler/AlgorithmSimulator

공개 메소드들

메소드 설명
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