Class JsonDocumentAssertionException

Namespace
ProtoTest.Json
Assembly
ProtoTest.Json.dll
public sealed class JsonDocumentAssertionException : ProtoAssertionException, ISerializable
Inheritance
JsonDocumentAssertionException
Implements
Inherited Members
Extension Methods

Constructors

JsonDocumentAssertionException(string, string)

public JsonDocumentAssertionException(string message, string content)

Parameters

message string
content string

JsonDocumentAssertionException(string, string, Exception)

public JsonDocumentAssertionException(string message, string content, Exception innerException)

Parameters

message string
content string
innerException Exception

Properties

Content

public string Content { get; }

Property Value

string