C# Class GeometryDashAPI.Exceptions.PropertyNotSupportedException

Inheritance: Exception
Mostrar archivo Open project: Folleach/GeometryDashAPI

Public Methods

Method Description
PropertyNotSupportedException ( string message, Exception innerException ) : System
PropertyNotSupportedException ( string key, string value = null ) : System

Protected Methods

Method Description
PropertyNotSupportedException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Method Description
PropertyNotSupportedException ( string message ) : System

Method Details

PropertyNotSupportedException() protected method

protected PropertyNotSupportedException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

PropertyNotSupportedException() public method

public PropertyNotSupportedException ( string message, Exception innerException ) : System
message string
innerException Exception
return System

PropertyNotSupportedException() public method

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