Table of Contents

Class GeneralInitializeException

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

Constructors

public GeneralInitializeException()
public GeneralInitializeException(Exception ex)

Parameters

ex Exception
public GeneralInitializeException(SerializationInfo serializationInfo, StreamingContext streamingContext)

Parameters

serializationInfo SerializationInfo
streamingContext StreamingContext
public GeneralInitializeException(string message)

Parameters

message string
public GeneralInitializeException(string message, Exception innerException)

Parameters

message string
innerException Exception