Class InvalidDiscriminatorException
THis exception is thrown when there is no discriminator for the provided value or type.
Inheritance
InvalidDiscriminatorException
Assembly: Innovt.Cloud.AWS.Dynamo.dll
Syntax
public class InvalidDiscriminatorException : CriticalException, ISerializable
Constructors
|
Edit this page
View Source
InvalidDiscriminatorException(object)
Declaration
public InvalidDiscriminatorException(object value)
Parameters
Type |
Name |
Description |
object |
value |
|
|
Edit this page
View Source
InvalidDiscriminatorException(Type)
Declaration
public InvalidDiscriminatorException(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Implements
Extension Methods