Class InvalidDeserializerSettingsException
Exception class thrown for invalid combination of settings in DeserializerSettingsBuilder
Implements
Inherited Members
Namespace: Firefly.CloudFormationParser.Serialization.Settings
Assembly: Firefly.CloudFormationParser.dll
Syntax
[Serializable]
public class InvalidDeserializerSettingsException : Exception, ISerializable
Constructors
| Improve this Doc View SourceInvalidDeserializerSettingsException()
Initializes a new instance of the InvalidDeserializerSettingsException class.
Declaration
public InvalidDeserializerSettingsException()
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. |
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. |
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. |