Class SpecException
- Namespace
- Motiv
- Assembly
- Motiv.dll
Represents errors that occur during the execution of a specification.
[Serializable]
public class SpecException : Exception, ISerializable
- Inheritance
-
SpecException
- Implements
- Inherited Members
- Extension Methods
Constructors
SpecException()
Initializes a new instance of the SpecException class.
public SpecException()
SpecException(string)
Initializes a new instance of the SpecException class with a specified error message.
public SpecException(string message)
Parameters
messagestringThe message that describes the error.
SpecException(string, Exception)
Initializes a new instance of the SpecException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public SpecException(string message, Exception innerException)