GraphZen
  • Home
  • Blog
  • Documentation
  • API
  • Get Started
Show / Hide Table of Contents

Class GraphQLException

Inheritance
Object
Exception
GraphQLException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
Namespace: GraphZen
Assembly: GraphZen.LanguageModel.dll
Syntax
public class GraphQLException : Exception, ISerializable

Constructors

GraphQLException(String, SyntaxNode[])

Declaration
public GraphQLException(string message, params SyntaxNode[] nodes)
Parameters
Type Name Description
String message
SyntaxNode[] nodes

GraphQLException(String, IReadOnlyList<SyntaxNode>, Source, IReadOnlyList<Int32>, ResponsePath, Exception)

Declaration
public GraphQLException(string message, IReadOnlyList<SyntaxNode> nodes = null, Source source = null, IReadOnlyList<int> positions = null, ResponsePath path = null, Exception innerException = null)
Parameters
Type Name Description
String message
IReadOnlyList<SyntaxNode> nodes
Source source
IReadOnlyList<Int32> positions
GraphZen.Infrastructure.ResponsePath path
Exception innerException

Properties

GraphQLError

Declaration
public GraphQLError GraphQLError { get; }
Property Value
Type Description
GraphQLError

Implements

System.Runtime.Serialization.ISerializable
Back to top Copyright © 2017-2019 GraphZen LLC