Class SuccessException
Thrown when an assertion failed.
public class SuccessException : ResultStateException, ISerializable
- Inheritance
-
SuccessException
- Implements
- Inherited Members
Constructors
SuccessException(SerializationInfo, StreamingContext)
Serialization Constructor
protected SuccessException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
SuccessException(string)
public SuccessException(string message)
Parameters
message
string
SuccessException(string, Exception)
public SuccessException(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; }