C# 클래스 System.MissingMethodException

상속: MissingMemberException
파일 보기 프로젝트 열기: hprose/hprose-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
MissingMethodException ( )
MissingMethodException ( string message )
MissingMethodException ( string message, Exception inner )

메소드 상세

MissingMethodException() 공개 메소드

MissingMethodException() 공개 메소드

public MissingMethodException ( string message )
message string

MissingMethodException() 공개 메소드

public MissingMethodException ( string message, Exception inner )
message string
inner Exception