docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class UnifiedRayTracingException

    Exception type that can be thrown in case of failure in UnifiedRayTracing calls.

    Inheritance
    object
    Exception
    UnifiedRayTracingException
    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: UnityEngine.Rendering.UnifiedRayTracing
    Assembly: Unity.UnifiedRayTracing.Runtime.dll
    Syntax
    public class UnifiedRayTracingException : Exception, ISerializable

    Constructors

    UnifiedRayTracingException(string, UnifiedRayTracingError)

    Initializes a new instance of UnifiedRayTracingException

    Declaration
    public UnifiedRayTracingException(string message, UnifiedRayTracingError errorCode)
    Parameters
    Type Name Description
    string message

    Message describing the error.

    UnifiedRayTracingError errorCode

    The error code.

    Properties

    errorCode

    Gets the UnifiedRayTracingError code associated with the exception.

    Declaration
    public UnifiedRayTracingError errorCode { get; }
    Property Value
    Type Description
    UnifiedRayTracingError

    Implements

    ISerializable

    Extension Methods

    ReflectionUtils.GetField(object, string)
    ReflectionUtils.GetFields(object)
    ReflectionUtils.Invoke(object, string, params object[])
    ReflectionUtils.SetField(object, string, object)
    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, T)
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)