Class InvalidImplementationException
- Namespace
- Visus.AddressValidation
- Assembly
- Visus.AddressValidation.dll
The exception that is thrown when a class does not implement a required base class.
public class InvalidImplementationException : Exception, ISerializable
- Inheritance
-
InvalidImplementationException
- Implements
- Inherited Members
Constructors
InvalidImplementationException()
Initializes a new instance of the InvalidImplementationException class.
public InvalidImplementationException()
InvalidImplementationException(string)
Initializes a new instance of the InvalidImplementationException class.
public InvalidImplementationException(string message)
Parameters
messagestringThe message that describes the error.
InvalidImplementationException(string, Exception)
Initializes a new instance of the InvalidImplementationException class.
public InvalidImplementationException(string message, Exception innerException)