Class WcfTestClientLocatorException
The exception that is thrown when WcfTestClientLocator is unable to find a WcfTestClient executable.
Inheritance
Implements
Namespace: Copper.Testing.Exceptions
Assembly: Copper.Testing.dll
Syntax
[Serializable]
public class WcfTestClientLocatorException : Exception, ISerializable
Constructors
View SourceWcfTestClientLocatorException()
Initializes a new instance of the WcfTestClientLocatorException class.
Declaration
public WcfTestClientLocatorException()
WcfTestClientLocatorException(Exception)
Initializes a new instance of the WcfTestClientLocatorException class.
Declaration
protected WcfTestClientLocatorException(Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | innerException | The inner exception. |
WcfTestClientLocatorException(SerializationInfo, StreamingContext)
Initializes a new instance of the WcfTestClientLocatorException class.
Declaration
protected WcfTestClientLocatorException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown. |
System.Runtime.Serialization.StreamingContext | context | The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination. |
WcfTestClientLocatorException(String)
Initializes a new instance of the WcfTestClientLocatorException class.
Declaration
public WcfTestClientLocatorException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
WcfTestClientLocatorException(String, Exception)
Initializes a new instance of the WcfTestClientLocatorException class.
Declaration
public WcfTestClientLocatorException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The error message that explains the reason for the exception. |
System.Exception | innerException | The inner exception. |