Class
LogErrorException

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: ISerializable_Exception

Inherited Members Exception.GetBaseException()Exception.ToString()Exception.GetType()Exception.MessageException.DataException.InnerExceptionException.TargetSiteException.StackTraceException.HelpLinkException.SourceException.HResultException.SerializeObjectState

Constructors

LogErrorException(SerializationInfo, StreamingContext)

Serialization Contructor.

Declaration

cs-api-definition
public LogErrorException(SerializationInfo info, StreamingContext context)

Parameters

info

SerializationInfo

Serialization Info.

context

StreamingContext

Context Info.

LogErrorException(string)

Create this exception

Declaration

cs-api-definition
public LogErrorException(string message)

Parameters

message

string

Exception message.

Methods

GetObjectData(SerializationInfo, StreamingContext)

GetObjectData - Serialization

Declaration

cs-api-definition
public override void GetObjectData(SerializationInfo info, StreamingContext context)

Parameters

info

SerializationInfo

Serialization Info.

context

StreamingContext

Context Info.

Overrides Exception.GetObjectData(SerializationInfo, StreamingContext)