Show / Hide Table of Contents

Class InvalidDeserializerSettingsException

Exception class thrown for invalid combination of settings in DeserializerSettingsBuilder

Inheritance
Object
Exception
InvalidDeserializerSettingsException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: Firefly.CloudFormationParser.Serialization.Settings
Assembly: Firefly.CloudFormationParser.dll
Syntax
[Serializable]
public class InvalidDeserializerSettingsException : Exception, ISerializable

Constructors

| Improve this Doc View Source

InvalidDeserializerSettingsException()

Initializes a new instance of the InvalidDeserializerSettingsException class.

Declaration
public InvalidDeserializerSettingsException()
| Improve this Doc View Source

InvalidDeserializerSettingsException(SerializationInfo, StreamingContext)

Initializes a new instance of the InvalidDeserializerSettingsException class.

Declaration
protected InvalidDeserializerSettingsException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info

The SerializationInfo that holds the serialized object data about the exception being thrown.

StreamingContext context

The StreamingContext that contains contextual information about the source or destination.

| Improve this Doc View Source

InvalidDeserializerSettingsException(String)

Initializes a new instance of the InvalidDeserializerSettingsException class.

Declaration
public InvalidDeserializerSettingsException(string message)
Parameters
Type Name Description
String message

The message that describes the error.

| Improve this Doc View Source

InvalidDeserializerSettingsException(String, Exception)

Initializes a new instance of the InvalidDeserializerSettingsException class.

Declaration
public InvalidDeserializerSettingsException(string message, Exception inner)
Parameters
Type Name Description
String message

The message.

Exception inner

The inner.

Implements

System.Runtime.Serialization.ISerializable

See Also

Exception
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX