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
파일 보기 프로젝트 열기: graphql-aspnet/graphql-aspnet

공개 메소드들

메소드 설명
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