Search Results for

    Show / Hide Table of Contents

    Class RenderException

    Exception thrown when a layer rendering fails

    Inheritance
    object
    Exception
    RenderException
    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: Mapsui.Rendering
    Assembly: Mapsui.dll
    Syntax
    public class RenderException : Exception, ISerializable

    Constructors

    | Edit this page View Source

    RenderException(string)

    Exception thrown when layer rendering has failed

    Declaration
    public RenderException(string message)
    Parameters
    Type Name Description
    string message
    | Edit this page View Source

    RenderException(string, Exception)

    Exception thrown when layer rendering has failed

    Declaration
    public RenderException(string message, Exception inner)
    Parameters
    Type Name Description
    string message
    Exception inner

    Implements

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