Search Results for

    Show / Hide Table of Contents

    Class NoninvertibleTransformationException

    Indicates that an AffineTransformation is non-invertible.

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

    Constructors

    | Edit this page View Source

    NoninvertibleTransformationException()

    Declaration
    public NoninvertibleTransformationException()
    | Edit this page View Source

    NoninvertibleTransformationException(string)

    Declaration
    public NoninvertibleTransformationException(string transformationIsNonInvertible)
    Parameters
    Type Name Description
    string transformationIsNonInvertible

    Implements

    ISerializable
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX