C# Класс GeometryDashAPI.Exceptions.PropertyNotSupportedException

Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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