Search Results for

    Show / Hide Table of Contents

    Class TestSelectionParserException

    TestSelectionParserException is thrown when an error is found while parsing the selection expression.

    Inheritance
    object
    Exception
    TestSelectionParserException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetType()
    Exception.TargetSite
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.StackTrace
    Exception.SerializeObjectState
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NUnit.Common
    Assembly: nunitlite.dll
    Syntax
    public class TestSelectionParserException : Exception, ISerializable

    Constructors

    View Source

    TestSelectionParserException(string)

    Construct with a message

    Declaration
    public TestSelectionParserException(string message)
    Parameters
    Type Name Description
    string message
    View Source

    TestSelectionParserException(string, Exception)

    Construct with a message and inner exception

    Declaration
    public TestSelectionParserException(string message, Exception innerException)
    Parameters
    Type Name Description
    string message
    Exception innerException

    Implements

    ISerializable
    • View Source
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0