Class GraphQLProtocolException
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
Properties
ResponseContent
public string ResponseContent { get; }