ClassLogErrorException
Class
This exception indicates that a log error call has been made to hault the execution of the tests by throwing a LogErrorException.
Definition
Namespace:ArtOfTest.WebAii.Exceptions
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class LogErrorException : Exception, ISerializable, _Exception
Inheritance: objectExceptionLogErrorException
Implements:
Inherited Members
Constructors
LogErrorException(SerializationInfo, StreamingContext)
Serialization Contructor.
Declaration
cs-api-definition
public LogErrorException(SerializationInfo info, StreamingContext context)
Parameters
info
Serialization Info.
context
Context Info.
LogErrorException(string)
Create this exception
Declaration
cs-api-definition
public LogErrorException(string message)
Parameters
message
Exception message.
Methods
GetObjectData(SerializationInfo, StreamingContext)
GetObjectData - Serialization
Declaration
cs-api-definition
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
info
Serialization Info.
context
Context Info.
Overrides