Search Results for

    Show / Hide Table of Contents

    Class UnsupportedRuntimeException

    An exception used to indicate when a method is unavailable on a specific runtime.

    Inheritance
    System.Object
    System.Exception
    UnsupportedRuntimeException
    Implements
    System.Runtime.Serialization.ISerializable
    Inherited Members
    System.Exception.GetBaseException()
    System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.Exception.GetType()
    System.Exception.ToString()
    System.Exception.Data
    System.Exception.HelpLink
    System.Exception.HResult
    System.Exception.InnerException
    System.Exception.Message
    System.Exception.Source
    System.Exception.StackTrace
    System.Exception.TargetSite
    System.Exception.SerializeObjectState
    Namespace: GDX
    Syntax
    public class UnsupportedRuntimeException : Exception, ISerializable

    Constructors

    | Improve this Doc View Source

    UnsupportedRuntimeException()

    Declaration
    public UnsupportedRuntimeException()
    | Improve this Doc View Source

    UnsupportedRuntimeException(String)

    Declaration
    public UnsupportedRuntimeException(string message)
    Parameters
    Type Name Description
    System.String message
    | Improve this Doc View Source

    UnsupportedRuntimeException(String, Exception)

    Declaration
    public UnsupportedRuntimeException(string message, Exception inner)
    Parameters
    Type Name Description
    System.String message
    System.Exception inner

    Implements

    System.Runtime.Serialization.ISerializable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Built on 2024-01-01 against 1f69a68.
    Generated by Dox+DocFX.