Class GraphQLProtocolException

Namespace
ProtoTest.GraphQL
Assembly
ProtoTest.GraphQL.dll
public sealed class GraphQLProtocolException : Exception, ISerializable
Inheritance
GraphQLProtocolException
Implements
Inherited Members
Extension Methods

Constructors

GraphQLProtocolException(string, string, Exception?)

public GraphQLProtocolException(string message, string responseContent, Exception? innerException = null)

Parameters

message string
responseContent string
innerException Exception

Properties

ResponseContent

public string ResponseContent { get; }

Property Value

string