ClassMockException
Class
Mock exception.
Definition
Namespace:Telerik.JustMock.Core
Assembly:Telerik.JustMock.dll
Syntax:
cs-api-definition
public class MockException : Exception, ISerializable
Inheritance: objectExceptionMockException
Derived Classes:
Implements:
Inherited Members
Constructors
MockException()
Initializes a new instance of the MockException class.
Declaration
cs-api-definition
public MockException()
MockException(SerializationInfo, StreamingContext)
Serialization constructor.
Declaration
cs-api-definition
protected MockException(SerializationInfo info, StreamingContext context)
Parameters
info
context
MockException(string)
Initializes a new instance of the MockException class.
Declaration
cs-api-definition
public MockException(string message)
Parameters
message
Exception message.
MockException(string, Exception)
Initializes a new instance of the MockException class.