C# 클래스 GeometryDashAPI.Exceptions.PropertyNotSupportedException

상속: Exception
파일 보기 프로젝트 열기: Folleach/GeometryDashAPI

공개 메소드들

메소드 설명
PropertyNotSupportedException ( string message, Exception innerException ) : System
PropertyNotSupportedException ( string key, string value = null ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
PropertyNotSupportedException ( string message ) : System

메소드 상세

PropertyNotSupportedException() 보호된 메소드

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

PropertyNotSupportedException() 공개 메소드

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

PropertyNotSupportedException() 공개 메소드

public PropertyNotSupportedException ( string key, string value = null ) : System
key string
value string
리턴 System