C# 클래스 Mono.Debugger.TargetMemoryException

상속: TargetException
파일 보기 프로젝트 열기: baulig/debugger

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
TargetMemoryException ( ) : System
TargetMemoryException ( TargetAddress address ) : System
TargetMemoryException ( TargetAddress address, int size ) : System
TargetMemoryException ( string message ) : System

보호된 메소드들

메소드 설명
TargetMemoryException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

TargetMemoryException() 공개 메소드

public TargetMemoryException ( ) : System
리턴 System

TargetMemoryException() 보호된 메소드

protected TargetMemoryException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

TargetMemoryException() 공개 메소드

public TargetMemoryException ( TargetAddress address ) : System
address TargetAddress
리턴 System

TargetMemoryException() 공개 메소드

public TargetMemoryException ( TargetAddress address, int size ) : System
address TargetAddress
size int
리턴 System

TargetMemoryException() 공개 메소드

public TargetMemoryException ( string message ) : System
message string
리턴 System