C# Class GraphQL.AspNet.Configuration.Exceptions.SchemaConfigurationException

An exception thrown when some aspect of a schema's configuration is invalid or unacceptable in the current context.
Inheritance: Exception
Afficher le fichier Open project: graphql-aspnet/graphql-aspnet

Méthodes publiques

Méthode Description
SchemaConfigurationException ( ) : System

Initializes a new instance of the SchemaConfigurationException class.

SchemaConfigurationException ( string message ) : System

Initializes a new instance of the SchemaConfigurationException class.

Method Details

SchemaConfigurationException() public méthode

Initializes a new instance of the SchemaConfigurationException class.
public SchemaConfigurationException ( ) : System
Résultat System

SchemaConfigurationException() public méthode

Initializes a new instance of the SchemaConfigurationException class.
public SchemaConfigurationException ( string message ) : System
message string The message that describes the error.
Résultat System