Show / Hide Table of Contents

    Class WcfTestClientLocatorException

    The exception that is thrown when WcfTestClientLocator is unable to find a WcfTestClient executable.

    Inheritance
    System.Object
    System.Exception
    WcfTestClientLocatorException
    Implements
    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Namespace: Copper.Testing.Exceptions
    Assembly: Copper.Testing.dll
    Syntax
    [Serializable]
    public class WcfTestClientLocatorException : Exception, ISerializable, _Exception

    Constructors

    View Source

    WcfTestClientLocatorException()

    Initializes a new instance of the WcfTestClientLocatorException class.

    Declaration
    public WcfTestClientLocatorException()
    View Source

    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.

    View Source

    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.

    View Source

    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.

    View Source

    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.

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    • View Source
    In This Article
    • Constructors
      • WcfTestClientLocatorException()
      • WcfTestClientLocatorException(Exception)
      • WcfTestClientLocatorException(SerializationInfo, StreamingContext)
      • WcfTestClientLocatorException(String)
      • WcfTestClientLocatorException(String, Exception)
    • Implements
    Back to top Generated by DocFX