Class GraphQLRequestException
- Namespace
- HotChocolate.AspNetCore
- Assembly
- HotChocolate.AspNetCore.dll
public class GraphQLRequestException : GraphQLException
- Inheritance
-
GraphQLRequestException
Constructors
GraphQLRequestException(IError)
public GraphQLRequestException(IError error)
Parameters
error
IError
GraphQLRequestException(params IError[])
public GraphQLRequestException(params IError[] errors)
Parameters
errors
IError[]
GraphQLRequestException(IEnumerable<IError>)
public GraphQLRequestException(IEnumerable<IError> errors)
Parameters
errors
IEnumerable<IError>
GraphQLRequestException(SerializationInfo, StreamingContext)
protected GraphQLRequestException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfo
context
StreamingContext
GraphQLRequestException(string)
public GraphQLRequestException(string message)
Parameters
message
string