C# 클래스 Patchwork.Engine.PatchDeclerationException

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

공개 메소드들

메소드 설명
PatchDeclerationException ( ) : System
PatchDeclerationException ( SerializationInfo info, StreamingContext c ) : System
PatchDeclerationException ( string message ) : System
PatchDeclerationException ( string message, Exception innerException ) : System

메소드 상세

PatchDeclerationException() 공개 메소드

public PatchDeclerationException ( ) : System
리턴 System

PatchDeclerationException() 공개 메소드

public PatchDeclerationException ( SerializationInfo info, StreamingContext c ) : System
info System.Runtime.Serialization.SerializationInfo
c System.Runtime.Serialization.StreamingContext
리턴 System

PatchDeclerationException() 공개 메소드

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

PatchDeclerationException() 공개 메소드

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