C# 클래스 Patchwork.Engine.PatchException

상속: System.ApplicationException
파일 보기 프로젝트 열기: GregRos/Patchwork

보호된 메소드들

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

메소드 상세

PatchException() 보호된 메소드

protected PatchException ( ) : System
리턴 System

PatchException() 보호된 메소드

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

PatchException() 보호된 메소드

protected PatchException ( string message ) : System
message string
리턴 System

PatchException() 보호된 메소드

protected PatchException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System