MockException Constructor

Moq

Collapse imageExpand ImageCopy imageCopyHover image
Supports the serialization infrastructure.

Namespace: Moq
Assembly: Moq (in Moq.dll) Version: 4.0.10827.0 (4.0.0.0)

Syntax

C#
protected MockException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization..::..SerializationInfo
Serialization information.
context
Type: System.Runtime.Serialization..::..StreamingContext
Streaming context.

See Also