Table of Contents

Class NoTabException

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

Constructors

public NoTabException()
public NoTabException(SerializationInfo serializationInfo, StreamingContext streamingContext)

Parameters

serializationInfo SerializationInfo
streamingContext StreamingContext
public NoTabException(string modID)

Parameters

modID string
public NoTabException(string message, Exception innerException)

Parameters

message string
innerException Exception