Search Results for

    Show / Hide Table of Contents

    Class FleetboardFaultException

    Represents a SOAP error with Fleetboard specific data.

    Inheritance
    System.Object
    System.Exception
    FleetboardFaultException
    Implements
    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Inherited Members
    System.Exception.GetBaseException()
    System.Exception.ToString()
    System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.Exception.GetType()
    System.Exception.Message
    System.Exception.Data
    System.Exception.InnerException
    System.Exception.TargetSite
    System.Exception.StackTrace
    System.Exception.HelpLink
    System.Exception.Source
    System.Exception.HResult
    System.Exception.SerializeObjectState
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Telematic.FleetBoard
    Assembly: Simplic.Telematic.FleetBoard.dll
    Syntax
    [Serializable]
    public class FleetboardFaultException : Exception, ISerializable, _Exception

    Constructors

    | Improve this Doc View Source

    FleetboardFaultException(FaultDetails, FaultException)

    Declaration
    public FleetboardFaultException(FaultDetails details, FaultException faultException)
    Parameters
    Type Name Description
    FaultDetails details
    System.ServiceModel.FaultException faultException
    | Improve this Doc View Source

    FleetboardFaultException(SerializationInfo, StreamingContext)

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

    Fields

    | Improve this Doc View Source

    ERROR_INVALID_CREDENTIALS

    Error code for invalid credentials (fleetname, username or password)

    Declaration
    public const int ERROR_INVALID_CREDENTIALS = 1007002
    Field Value
    Type Description
    System.Int32

    Properties

    | Improve this Doc View Source

    Details

    The error details.

    Declaration
    public FaultDetails Details { get; }
    Property Value
    Type Description
    FaultDetails

    Methods

    | Improve this Doc View Source

    Create(FaultException)

    Declaration
    public static FleetboardFaultException Create(FaultException faultException)
    Parameters
    Type Name Description
    System.ServiceModel.FaultException faultException
    Returns
    Type Description
    FleetboardFaultException

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx