Show / Hide Table of Contents

Class InvalidBenchmarkDeclarationException

Inheritance
Object
Exception
InvalidBenchmarkDeclarationException
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
Namespace: BenchmarkDotNet.Running
Assembly: BenchmarkDotNet.dll
Syntax
public class InvalidBenchmarkDeclarationException : Exception, ISerializable

Constructors

InvalidBenchmarkDeclarationException(String)

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

Implements

System.Runtime.Serialization.ISerializable
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors