Table of Contents

Class ElementFormatException

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

Constructors

public ElementFormatException()
public ElementFormatException(UIelement element, string message, string key = "")

Parameters

element UIelement
message string
key string
public ElementFormatException(SerializationInfo serializationInfo, StreamingContext streamingContext)

Parameters

serializationInfo SerializationInfo
streamingContext StreamingContext
public ElementFormatException(string message)

Parameters

message string
public ElementFormatException(string message, Exception innerException)

Parameters

message string
innerException Exception