Table of Contents

Class SaveDataException

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

Constructors

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

Parameters

serializationInfo SerializationInfo
streamingContext StreamingContext
public SaveDataException(string message)

Parameters

message string
public SaveDataException(string message, Exception innerException)

Parameters

message string
innerException Exception