Search Results for

    Show / Hide Table of Contents

    Class ServiceNotSupportedException

    An exception of this class is thrown if no specialized type is found.

    Inheritance
    System.Object
    System.Exception
    BaseException
    GeneralException
    GenericControllerException
    ServiceNotSupportedException
    Implements
    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Inherited Members
    GeneralException.Message
    BaseException.GetObjectData(SerializationInfo, StreamingContext)
    BaseException.ExtendedErrorInformation
    System.Exception.GetBaseException()
    System.Exception.ToString()
    System.Exception.GetType()
    System.Exception.Data
    System.Exception.InnerException
    System.Exception.TargetSite
    System.Exception.StackTrace
    System.Exception.HelpLink
    System.Exception.Source
    System.Exception.HResult
    System.Exception.SerializeObjectState
    Namespace: ABB.Robotics.Controllers
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public class ServiceNotSupportedException : GenericControllerException, ISerializable, _Exception

    Constructors

    ServiceNotSupportedException()

    Creates a ServiceNotSupportedException object.

    Declaration
    public ServiceNotSupportedException()

    ServiceNotSupportedException(SerializationInfo, StreamingContext)

    Creates a ServiceNotSupportedException object. Deserialization constructor.

    Declaration
    protected ServiceNotSupportedException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info

    See .NET documentation.

    System.Runtime.Serialization.StreamingContext context

    See .NET documentation.

    ServiceNotSupportedException(String)

    Creates a ServiceNotSupportedException object.

    Declaration
    public ServiceNotSupportedException(string message)
    Parameters
    Type Name Description
    System.String message

    Message for object.

    ServiceNotSupportedException(String, Exception)

    Creates a ServiceNotSupportedException object.

    Declaration
    public ServiceNotSupportedException(string message, Exception innerException)
    Parameters
    Type Name Description
    System.String message

    Message for object.

    System.Exception innerException

    Inner exception of object.

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    In This Article
    Back to top Copyright © 2024 ABB