Search Results for

    Show / Hide Table of Contents

    Class OptionException

    Inheritance
    object
    Exception
    OptionException
    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.Options
    Assembly: nunitlite.dll
    Syntax
    public class OptionException : Exception, ISerializable

    Constructors

    View Source

    OptionException()

    Declaration
    public OptionException()
    View Source

    OptionException(string, string)

    Declaration
    public OptionException(string message, string optionName)
    Parameters
    Type Name Description
    string message
    string optionName
    View Source

    OptionException(string, string, Exception)

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

    Properties

    View Source

    OptionName

    Declaration
    public string OptionName { get; }
    Property Value
    Type Description
    string

    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