Mocker..::..ExceptionLog Property

Tracks internal exceptions for debugging.

Namespace:  FastMoq
Assembly:  FastMoq.Core (in FastMoq.Core.dll)

Syntax


public IReadOnlyCollection<string> ExceptionLog { get; }
Public ReadOnly Property ExceptionLog As IReadOnlyCollection(Of String)
	Get
public:
property IReadOnlyCollection<String^>^ ExceptionLog {
	IReadOnlyCollection<String^>^ get ();
}