Class ProtoAssertionException

Namespace
ProtoTest.Core
Assembly
ProtoTest.Core.dll

Base type for runner-independent assertion failures produced by ProtoTest integrations.

public abstract class ProtoAssertionException : Exception, ISerializable
Inheritance
ProtoAssertionException
Implements
Derived
Inherited Members
Extension Methods

Constructors

ProtoAssertionException(string)

protected ProtoAssertionException(string message)

Parameters

message string

ProtoAssertionException(string, Exception)

protected ProtoAssertionException(string message, Exception innerException)

Parameters

message string
innerException Exception