Table of Contents

Class InvalidGetPropertyException

Namespace
Menu.Remix
Assembly
Assembly-CSharp.dll
[Serializable]
public class InvalidGetPropertyException : FormatException, ISerializable
Inheritance
InvalidGetPropertyException
Implements
Inherited Members

Constructors

public InvalidGetPropertyException()
public InvalidGetPropertyException(UIelement element, string name)

Parameters

element UIelement
name string
public InvalidGetPropertyException(OptionInterface oi, string name)

Parameters

oi OptionInterface
name string
public InvalidGetPropertyException(SerializationInfo serializationInfo, StreamingContext streamingContext)

Parameters

serializationInfo SerializationInfo
streamingContext StreamingContext
public InvalidGetPropertyException(string message)

Parameters

message string
public InvalidGetPropertyException(string message, Exception innerException)

Parameters

message string
innerException Exception