Show / Hide Table of Contents

Class Grid3dException

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

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

Constructors

Grid3dException()

Declaration
public Grid3dException()

Implements

ISerializable
In this article
Back to top Generated by DocFX