SetMemberException.this

Create a new SetMemberException, attaching extra set-member information.

  1. this(string message, string file, size_t line, Throwable nextInChain)
  2. this(string message, string typeName, string memberToSet, string valueToSet, string file, size_t line, Throwable nextInChain)
    class SetMemberException
    pure nothrow @nogc @safe
    this
    (
    const string message
    ,
    const string typeName
    ,
    const string memberToSet
    ,
    const string valueToSet
    ,
    const string file = __FILE__
    ,
    const size_t line = __LINE__
    ,
    Throwable nextInChain = null
    )

Meta