Show / Hide Table of Contents

Class FieldReaderException

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
public class FieldReaderException : Exception

Constructors

FieldReaderException(String)

Initializes a new instance of the FieldReaderException class.

Declaration
public FieldReaderException(string message)
Parameters
Type Name Description
System.String message

The exception message.

FieldReaderException(String, Exception)

Initializes a new instance of the FieldReaderException class.

Declaration
public FieldReaderException(string message, Exception innerException)
Parameters
Type Name Description
System.String message

The exception message.

System.Exception innerException

The inner exception to be wrapped.

FieldReaderException(Type)

Initializes a new instance of the FieldReaderException class.

Declaration
public FieldReaderException(Type type)
Parameters
Type Name Description
System.Type type

The type attempting to be read.

FieldReaderException(Type, Exception)

Initializes a new instance of the FieldReaderException class.

Declaration
public FieldReaderException(Type type, Exception innerException)
Parameters
Type Name Description
System.Type type

The type attempting to be read.

System.Exception innerException

The inner exception to be wrapped.

Back to top Generated by DocFX