Class FieldReaderException

Version: 21.x

Details an exception that may occur when reading a Field.

Inheritance
System.Object
FieldReaderException
Namespace: Sitecore.LayoutService.Client.Exceptions
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
RequestResponse
public class FieldReaderException : Exception

Constructors

FieldReaderException(String)

Initializes a new instance of the FieldReaderException class.

Declaration
RequestResponse
public FieldReaderException(string message)
Parameters
TypeNameDescription
System.Stringmessage

The exception message.

FieldReaderException(String, Exception)

Initializes a new instance of the FieldReaderException class.

Declaration
RequestResponse
public FieldReaderException(string message, Exception innerException)
Parameters
TypeNameDescription
System.Stringmessage

The exception message.

System.ExceptioninnerException

The inner exception to be wrapped.

FieldReaderException(Type)

Initializes a new instance of the FieldReaderException class.

Declaration
RequestResponse
public FieldReaderException(Type type)
Parameters
TypeNameDescription
System.Typetype

The type attempting to be read.

FieldReaderException(Type, Exception)

Initializes a new instance of the FieldReaderException class.

Declaration
RequestResponse
public FieldReaderException(Type type, Exception innerException)
Parameters
TypeNameDescription
System.Typetype

The type attempting to be read.

System.ExceptioninnerException

The inner exception to be wrapped.

Do you have some feedback for us?

If you have suggestions for improving this article,