Show / Hide Table of Contents

Class Grid2dException

This exception is thrown when you call a grid method that is only appropriate for grids with 3d cells.

Inheritance
object
Exception
SystemException
NotSupportedException
Grid2dException
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 Grid2dException : NotSupportedException, ISerializable

Constructors

Grid2dException()

Declaration
public Grid2dException()

Implements

ISerializable
In this article
Back to top Generated by DocFX