Table of Contents

Class GenericUpdateException

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

Constructors

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

Parameters

serializationInfo SerializationInfo
streamingContext StreamingContext
public GenericUpdateException(string log)

Parameters

log string
public GenericUpdateException(string message, Exception innerException)

Parameters

message string
innerException Exception