C# 클래스 BaZic.Runtime.BaZic.Runtime.Debugger.Exceptions.BadArgumentException

상속: BaZic.Runtime.BaZic.Runtime.Debugger.Exceptions.BaZicInterpreterException, ISerializable
파일 보기 프로젝트 열기: veler/BaZic

Private Properties

프로퍼티 타입 설명
BadArgumentException System

공개 메소드들

메소드 설명
BadArgumentException ( SerializationInfo info, StreamingContext context ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

비공개 메소드들

메소드 설명
BadArgumentException ( string message, string argumentName = "" ) : System

Initializes a new instance of the BadArgumentException class.

메소드 상세

BadArgumentException() 공개 메소드

public BadArgumentException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
리턴 System

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
리턴 void