Table of Contents

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

message string

The message that describes the error.

InvalidImplementationException(string, Exception)

Initializes a new instance of the InvalidImplementationException class.

public InvalidImplementationException(string message, Exception innerException)

Parameters

message string

The message that describes the error.

innerException Exception

The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.