Show / Hide Table of Contents

Class NotSameException

Exception thrown when two values are unexpected the same instance.

Inheritance
Object
XunitException
NotSameException
Inherited Members
XunitException.StackTrace
XunitException.UserMessage
XunitException.ToString()
Namespace: Xunit.Sdk
Assembly: xunit.assert.dll
Syntax
public class NotSameException : XunitException

Constructors

| Improve this Doc View Source

NotSameException()

Creates a new instance of the NotSameException class.

Declaration
public NotSameException()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX