Class MismatchException
The exception that is thrown when a IMigrationManifest that was serialized and then deserialized but did not match the initial Manifest.
Implements
Inherited Members
Namespace: Tableau.Migration.JsonConverters.Exceptions
Assembly: Tableau.Migration.dll
Syntax
public class MismatchException : Exception, ISerializable
Remarks
This means that the either the serializer or deserializer has a bug.
Constructors
MismatchException()
The exception that is thrown when a IMigrationManifest that was serialized and then deserialized but did not match the initial Manifest.
Declaration
public MismatchException()
Remarks
This means that the either the serializer or deserializer has a bug.
MismatchException(string)
The exception that is thrown when a IMigrationManifest that was serialized and then deserialized but did not match the initial Manifest.
Declaration
public MismatchException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
Remarks
This means that the either the serializer or deserializer has a bug.
MismatchException(string, Exception)
The exception that is thrown when a IMigrationManifest that was serialized and then deserialized but did not match the initial Manifest.
Declaration
public MismatchException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | innerException |
Remarks
This means that the either the serializer or deserializer has a bug.