Fan.Sys.NotImmutableErr.make_ C# (CSharp) Méthode

make_() public static méthode

public static make_ ( NotImmutableErr self ) : void
self NotImmutableErr
Résultat void
        public static void make_(NotImmutableErr self)
        {
            make_(self, null);
        }

Same methods

NotImmutableErr::make_ ( NotImmutableErr self, string msg ) : void
NotImmutableErr::make_ ( NotImmutableErr self, string msg, Err cause ) : void