Class ReturnValueMustNotBeNullException

Namespace: AutoFixture.Idioms.FsCheck
Assembly: AutoFixture.Idioms.FsCheck.dll

Represents an error about a public Query (a method that returns a value) with null return value.

public class ReturnValueMustNotBeNullException : Exception, ISerializable

Inheritance

objectExceptionReturnValueMustNotBeNullException

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.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

ReturnValueMustNotBeNullException(string)

public ReturnValueMustNotBeNullException(string message)

Parameters

message string