C# Класс GraphQL.AspNet.Configuration.Exceptions.SchemaConfigurationException

An exception thrown when some aspect of a schema's configuration is invalid or unacceptable in the current context.
Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
SchemaConfigurationException ( ) : System

Initializes a new instance of the SchemaConfigurationException class.

SchemaConfigurationException ( string message ) : System

Initializes a new instance of the SchemaConfigurationException class.

Описание методов

SchemaConfigurationException() публичный Метод

Initializes a new instance of the SchemaConfigurationException class.
public SchemaConfigurationException ( ) : System
Результат System

SchemaConfigurationException() публичный Метод

Initializes a new instance of the SchemaConfigurationException class.
public SchemaConfigurationException ( string message ) : System
message string The message that describes the error.
Результат System