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
ファイルを表示 Open project: graphql-aspnet/graphql-aspnet

Public Methods

Method 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 method

Initializes a new instance of the SchemaConfigurationException class.
public SchemaConfigurationException ( ) : System
return System

SchemaConfigurationException() public method

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