C# 클래스 Patchwork.Engine.PatchImportException

상속: PatchException
파일 보기 프로젝트 열기: GregRos/Patchwork

공개 메소드들

메소드 설명
PatchImportException ( ) : System
PatchImportException ( string message ) : System
PatchImportException ( string message, Exception innerException ) : System

보호된 메소드들

메소드 설명
PatchImportException ( SerializationInfo info, StreamingContext c ) : System

메소드 상세

PatchImportException() 공개 메소드

public PatchImportException ( ) : System
리턴 System

PatchImportException() 보호된 메소드

protected PatchImportException ( SerializationInfo info, StreamingContext c ) : System
info System.Runtime.Serialization.SerializationInfo
c System.Runtime.Serialization.StreamingContext
리턴 System

PatchImportException() 공개 메소드

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

PatchImportException() 공개 메소드

public PatchImportException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System