Table of Contents

Class LoadDataException

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

Constructors

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

Parameters

serializationInfo SerializationInfo
streamingContext StreamingContext
public LoadDataException(string message)

Parameters

message string
public LoadDataException(string message, Exception innerException)

Parameters

message string
innerException Exception