note description: "[ Exception for feature applied to void reference. This type replace .NET NullReferenceException, and works as an adapter. ]" status: "See notice at end of class." legal: "See notice at end of class." date: "$Date$" revision: "$Revision$" class VOID_TARGET inherit LANGUAGE_EXCEPTION rename get_base_exception as local_get_base_exception, set_source as local_set_source, source as local_source, stack_trace as local_stack_trace end DOTNET_EXCEPTION_WRAPPER undefine default_create, out end create default_create create {EXCEPTION_MANAGER}make_dotnet_exception feature -- Access frozen code: INTEGER -- Exception code do Result := {EXCEP_CONST}.void_call_target end tag: IMMUTABLE_STRING_32 -- once create Result.make_from_string_8 ("Feature call on void target.") end note library: "EiffelBase: Library of reusable components for Eiffel." copyright: "Copyright (c) 1984-2019, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 5949 Hollister Ave., Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end