Table of Contents

Class FieldReaderException

Namespace
Sitecore.AspNetCore.SDK.LayoutService.Client.Exceptions
Assembly
Sitecore.AspNetCore.SDK.LayoutService.Client.dll

Details an exception that may occur when reading a Field.

public class FieldReaderException : Exception, ISerializable
Inheritance
FieldReaderException
Implements
Inherited Members

Constructors

FieldReaderException(string)

Initializes a new instance of the FieldReaderException class.

public FieldReaderException(string message)

Parameters

message string

The exception message.

FieldReaderException(string, Exception)

Initializes a new instance of the FieldReaderException class.

public FieldReaderException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception to be wrapped.

FieldReaderException(Type)

Initializes a new instance of the FieldReaderException class.

public FieldReaderException(Type type)

Parameters

type Type

The type attempting to be read.

FieldReaderException(Type, Exception)

Initializes a new instance of the FieldReaderException class.

public FieldReaderException(Type type, Exception innerException)

Parameters

type Type

The type attempting to be read.

innerException Exception

The inner exception to be wrapped.