Class IncompleteTypeException
Exception that is thrown whenever a type is incomplete; that is, if it is missing some required members or annotations; or if a type generation process wasn't completed.
Implements
Inherited Members
Namespace: TheXDS.MCART.Exceptions
Assembly: MCART.dll
Syntax
[Serializable]
public class IncompleteTypeException : OffendingException<Type>, ISerializable
Constructors
| Edit this page View SourceIncompleteTypeException()
Initializes a new instance of the IncompleteTypeException class.
Declaration
public IncompleteTypeException()
IncompleteTypeException(Exception)
Initializes a new instance of the IncompleteTypeException class.
Declaration
public IncompleteTypeException(Exception inner)
Parameters
Type | Name | Description |
---|---|---|
Exception | inner | Exception that is the cause of this exception. |
IncompleteTypeException(Exception, Type)
Initializes a new instance of the IncompleteTypeException class.
Declaration
public IncompleteTypeException(Exception inner, Type offendingType)
Parameters
Type | Name | Description |
---|---|---|
Exception | inner | Exception that is the cause of this exception. |
Type | offendingType | Type that is the cause of this exception. |
IncompleteTypeException(string)
Initializes a new instance of the IncompleteTypeException class.
Declaration
public IncompleteTypeException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | Message that describes the exception. |
IncompleteTypeException(string, Exception)
Initializes a new instance of the IncompleteTypeException class.
Declaration
public IncompleteTypeException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
string | message | Message that describes the exception. |
Exception | inner | Exception that is the cause of this exception. |
IncompleteTypeException(string, Exception, Type)
Initializes a new instance of the IncompleteTypeException class.
Declaration
public IncompleteTypeException(string message, Exception inner, Type offendingType)
Parameters
Type | Name | Description |
---|---|---|
string | message | Message that describes the exception. |
Exception | inner | Exception that is the cause of this exception. |
Type | offendingType | Type that is the cause of this exception. |
IncompleteTypeException(string, Type)
Initializes a new instance of the IncompleteTypeException class.
Declaration
public IncompleteTypeException(string message, Type offendingType)
Parameters
Type | Name | Description |
---|---|---|
string | message | Message that describes the exception. |
Type | offendingType | Type that is the cause of this exception. |
IncompleteTypeException(Type)
Initializes a new instance of the IncompleteTypeException class.
Declaration
public IncompleteTypeException(Type offendingType)
Parameters
Type | Name | Description |
---|---|---|
Type | offendingType | Type that is the cause of this exception. |