C# 클래스 SVGException, UnitySVG

상속: DOMException
파일 보기 프로젝트 열기: MrJoy/UnitySVG

공개 메소드들

메소드 설명
SVGException ( SVGExceptionType errorCode ) : System
SVGException ( SVGExceptionType errorCode, string message ) : System
SVGException ( SVGExceptionType errorCode, string message, Exception innerException ) : System

보호된 메소드들

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

메소드 상세

SVGException() 공개 메소드

public SVGException ( SVGExceptionType errorCode ) : System
errorCode SVGExceptionType
리턴 System

SVGException() 공개 메소드

public SVGException ( SVGExceptionType errorCode, string message ) : System
errorCode SVGExceptionType
message string
리턴 System

SVGException() 공개 메소드

public SVGException ( SVGExceptionType errorCode, string message, Exception innerException ) : System
errorCode SVGExceptionType
message string
innerException Exception
리턴 System

SVGException() 보호된 메소드

protected SVGException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
리턴 System