[]
Initializes an instance of the VersionNotImplementedException class with the specified message.
public VersionNotImplementedException(string message)
Type | Name | Description |
---|---|---|
string | message | A message that describes the error. |
Initializes an instance of VersionNotImplementedException with the specified message and the inner exception.
public VersionNotImplementedException(string message, Exception innerException)
Type | Name | Description |
---|---|---|
string | message | A message that describes the error. |
Exception | innerException |
Initializes a new instance of the VersionNotImplementedException class with serialized data.
protected VersionNotImplementedException(SerializationInfo info, StreamingContext context)
Type | Name | Description |
---|---|---|
SerializationInfo | info | The object that holds the serialized object data. |
StreamingContext | context | Contextual information about the source or destination. |
This constructor is required to properly support ASP.NET and .net remoting channels.