docs.unity.cn
    Show / Hide Table of Contents

    Class InvalidPathException

    The exception that is thrown when trying to resolve an invalid path.

    Inheritance
    Object
    Exception
    InvalidPathException
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.MemberwiseClone()
    Namespace: Unity.Properties
    Syntax
    [Serializable]
    public class InvalidPathException : Exception, ISerializable, _Exception

    Constructors

    InvalidPathException(String)

    Initializes a new instance of the InvalidPathException class with a specified path.

    Declaration
    public InvalidPathException(string message)
    Parameters
    Type Name Description
    String message

    The exception message.

    InvalidPathException(String, Exception)

    Initializes a new instance of the InvalidPathException class with a specified type and a reference to the inner exception that is the cause of this exception.

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

    The exception message.

    Exception inner

    The inner exception reference.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, July 26, 2023