ReinsertionException Members

GeneticSharp

ReinsertionException Members GeneticSharp

The ReinsertionException type exposes the following members.

Constructors

  NameDescription
Public methodReinsertionException 
Initializes a new instance of the ReinsertionException class.
Public methodReinsertionException(String)
Initializes a new instance of the ReinsertionException class.
Public methodReinsertionException(String, Exception)
Initializes a new instance of the ReinsertionException class.
Public methodReinsertionException(IReinsertion, String)
Initializes a new instance of the ReinsertionException class.
Public methodReinsertionException(IReinsertion, String, Exception)
Initializes a new instance of the ReinsertionException class.
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetBaseException
When overridden in a derived class, returns the OnlineException that is the root cause of one or more subsequent exceptions.
(Inherited from OnlineException.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetObjectData
Sets the OnlineSerializationInfo with information about the exception.
(Overrides OnlineException GetObjectData(SerializationInfo, StreamingContext).)
Public methodOnlineGetType
Gets the runtime type of the current instance.
(Inherited from OnlineException.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Creates and returns a string representation of the current exception.
(Inherited from OnlineException.)
Back to Top
Properties

  NameDescription
Public propertyOnlineData
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
(Inherited from OnlineException.)
Public propertyOnlineHelpLink
Gets or sets a link to the help file associated with this exception.
(Inherited from OnlineException.)
Protected propertyOnlineHResult
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
(Inherited from OnlineException.)
Public propertyOnlineInnerException
Gets the OnlineException instance that caused the current exception.
(Inherited from OnlineException.)
Public propertyOnlineMessage
Gets a message that describes the current exception.
(Inherited from OnlineException.)
Public propertyReinsertion
Gets the reinsertion.
Public propertyOnlineSource
Gets or sets the name of the application or the object that causes the error.
(Inherited from OnlineException.)
Public propertyOnlineStackTrace
Gets a string representation of the frames on the call stack at the time the current exception was thrown.
(Inherited from OnlineException.)
Public propertyOnlineTargetSite
Gets the method that throws the current exception.
(Inherited from OnlineException.)
Back to Top
See Also