Search Results for

    Show / Hide Table of Contents

    Class SensorNotAvailableException

    Exception for a sensor that it is not available.

    Inheritance
    object
    Exception
    SensorNotAvailableException
    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: Evergine.Common.Input
    Assembly: Evergine.Common.dll
    Syntax
    public class SensorNotAvailableException : Exception, ISerializable

    Constructors

    SensorNotAvailableException(string)

    Initializes a new instance of the SensorNotAvailableException class.

    Declaration
    public SensorNotAvailableException(string message)
    Parameters
    Type Name Description
    string message

    The message that describes the error.

    Implements

    ISerializable

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX