Fan.Sys.FieldNotSetErr.make_ C# (CSharp) Method

make_() public static method

public static make_ ( FieldNotSetErr self ) : void
self FieldNotSetErr
return void
        public static void make_(FieldNotSetErr self)
        {
            make_(self, null);
        }

Same methods

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