Constructor CollectionModifiedException
CollectionModifiedException()
Create a simple exception with no further explanation.
Declaration
public CollectionModifiedException()
CollectionModifiedException(String)
Create the exception with an explanation of the reason.
Declaration
public CollectionModifiedException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
CollectionModifiedException(SerializationInfo, StreamingContext)
Initializes a new instance of this class with serialized data.
Declaration
public CollectionModifiedException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The |
StreamingContext | context | The |