C# Class GeometryDashAPI.Exceptions.PropertyNotSupportedException

Inheritance: Exception
Afficher le fichier Open project: Folleach/GeometryDashAPI

Méthodes publiques

Méthode Description
PropertyNotSupportedException ( string message, Exception innerException ) : System
PropertyNotSupportedException ( string key, string value = null ) : System

Méthodes protégées

Méthode Description
PropertyNotSupportedException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Méthode Description
PropertyNotSupportedException ( string message ) : System

Method Details

PropertyNotSupportedException() protected méthode

protected PropertyNotSupportedException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

PropertyNotSupportedException() public méthode

public PropertyNotSupportedException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System

PropertyNotSupportedException() public méthode

public PropertyNotSupportedException ( string key, string value = null ) : System
key string
value string
Résultat System