Show / Hide Table of Contents

Class GridInfiniteException

This exception is thrown when you call a grid method that is only appropriate for grids with a finite amount of cells.

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

Constructors

GridInfiniteException()

Declaration
public GridInfiniteException()

Implements

ISerializable
In this article
Back to top Generated by DocFX