Class IgnoreException
Thrown when an assertion failed.
public class IgnoreException : ResultStateException, ISerializable
- Inheritance
-
IgnoreException
- Implements
- Inherited Members
Constructors
IgnoreException(SerializationInfo, StreamingContext)
Serialization Constructor
protected IgnoreException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
IgnoreException(string)
public IgnoreException(string message)
Parameters
message
string
IgnoreException(string, Exception)
public IgnoreException(string message, Exception inner)
Parameters
message
stringThe error message that explains the reason for the exception
inner
ExceptionThe exception that caused the current exception
Properties
ResultState
Gets the ResultState provided by this exception
public override ResultState ResultState { get; }