Show / Hide Table of Contents

    Class BindingException

    An exception that is fired when IBinding conflicts are detected while they are being bound or resolved.

    Inheritance
    Object
    Exception
    BindingException
    Implements
    ISerializable
    _Exception
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Core
    Assembly: cs.temp.dll.dll
    Syntax
    public class BindingException : Exception, ISerializable, _Exception

    Constructors

    BindingException(String)

    Declaration
    public BindingException(string message)
    Parameters
    Type Name Description
    String message

    BindingException(String, Exception)

    Declaration
    public BindingException(string message, Exception innerException)
    Parameters
    Type Name Description
    String message
    Exception innerException

    BindingException(Type, Object, String)

    Declaration
    public BindingException(Type contractType, object id, string message)
    Parameters
    Type Name Description
    Type contractType
    Object id
    String message

    BindingException(Type, String)

    Declaration
    public BindingException(Type contractType, string message)
    Parameters
    Type Name Description
    Type contractType
    String message

    Properties

    ContractType

    Declaration
    public Type ContractType { get; }
    Property Value
    Type Description
    Type

    Id

    Declaration
    public object Id { get; }
    Property Value
    Type Description
    Object

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Back to top Copyright © 2020 East Side Games Inc.