Class ProtoAssertionException
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
messagestring
ProtoAssertionException(string, Exception)
protected ProtoAssertionException(string message, Exception innerException)