Search results

  1. F

    Object reference not set to an instance- Blueprism error

    If you try to access a member of a class (here MyClass) then you get a System.NullReferenceException. Which is the same as "object reference not set to an instance of an object" . It indicates that you are trying to access member fields, or function types, on an object reference that points to...
Top