Show / Hide Table of Contents

Class MapGenerationFailedException

Exception thrown when maximum retries for map generation is reached.

Inheritance
object
Exception
MapGenerationFailedException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.ToString()
Exception.GetType()
Exception.TargetSite
Exception.Message
Exception.Data
Exception.InnerException
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.StackTrace
Exception.SerializeObjectState
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: GoRogue.MapGeneration
Assembly: GoRogue.dll
Syntax
public class MapGenerationFailedException : Exception, ISerializable

Constructors

View Source

MapGenerationFailedException()

Creates map gen failed exception with no message.

Declaration
public MapGenerationFailedException()
View Source

MapGenerationFailedException(string)

Creates a map gen failed exception with a customized message.

Declaration
public MapGenerationFailedException(string message)
Parameters
Type Name Description
string message
View Source

MapGenerationFailedException(string, Exception)

Creates a map gen failed exception with a customized message an inner exception.

Declaration
public MapGenerationFailedException(string message, Exception innerException)
Parameters
Type Name Description
string message
Exception innerException

Implements

ISerializable

Extension Methods

Utility.Yield<T>(T)
  • View Source
In This Article
Back to top Generated by DocFX