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
stringThe exception message.
FieldReaderException(string, Exception)
Initializes a new instance of the FieldReaderException class.
public FieldReaderException(string message, Exception innerException)
Parameters
FieldReaderException(Type)
Initializes a new instance of the FieldReaderException class.
public FieldReaderException(Type type)
Parameters
type
TypeThe type attempting to be read.
FieldReaderException(Type, Exception)
Initializes a new instance of the FieldReaderException class.
public FieldReaderException(Type type, Exception innerException)